Hello there!
I’m aware this subject was covered in other threads but your help would be really appreciated.
In my app I’d like to verify if a user clicked a link they received while signing up. This works well and was easy to set up.
Now, my login workflow starts with this step:
As you can see I’m trying to enforce checking if email confirmed like with “only when …” but when this is set up like this, I cannot log in as a new user at all, despite clicking the link.
I suspect I’m doing something fundamentally wrong here. I’m a noob. Question is what is wrong?
Thanks!
EDIT: This How to custom validate a new user email is a very neat solution but I hoped to use the built-in feature.