Hello, how can you handle when the use is not confirmed in the first time they not confirmed the email. But the second time they want to confirmed the email. I'm using opt token to verify How can I make it when the token is expiring.
Can i request a feature for exception for not confirmed email or adding session state to include the not_confirmed_email
Ume Channel
04/20/2025, 3:46 PM
I just use this
Ume Channel
04/20/2025, 10:24 PM
When there's no error in sign-up and if confirms allow - then the data is saved in the authentication database but not confirmed. So there must be an exception.
Anyways, it runs when confirms not enable.
Ume Channel
04/20/2025, 10:26 PM
Screenshot from 2025-04-21 06-25-46.png
j
Jan
04/21/2025, 10:33 AM
For sign in, just use the approach you are currently using, but you can also check the error code enum: