SupabaseS
Supabase5mo ago
Smokey

Cancel email change request?

I'm trying to figure a way to allowing the user to cancel their email change request. I do have a function that updates these values:

 set
        email_change = null,
        email_change_token_current = '',
        email_change_token_new = '',
        email_change_confirm_status = 0,
        email_change_sent_at = null


However, something seems to break, and unable to log back in due to a database schema error.
Was this page helpful?