https://supertokens.com/ logo
Title
v

Vaiva

11/08/2022, 2:19 PM
Hello. Want to know if it is expected behaviour. When I disabled default UI, instead of that used my own frontend and this backend: https://supertokens.com/docs/emailpassword/custom-ui/email-password-login . email verification stopped working. how can I bring it back to life? 😄
r

rp

11/08/2022, 2:37 PM
Hey!
You need to redirect the user to the email verification ui yourself post sign up
Or if you are using the SessionAuth wrapper on a protected route, just redirecting to that protected route should further redirect the user to the email verification screen automatically