We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently when the user tries to sign up with user/password flow they are redirected to login/signup screen without any note.
App needs to handle the error code from Auth0 to verify email, and show a page like: https://www1.plant-for-the-planet.org/verify-email
The issue is same for users (emailverified = false) who tries to login with the user/password flow; which also needs to be handled similarly.
All other signups are unaffected.
The text was updated successfully, but these errors were encountered:
mayankkumawat
No branches or pull requests
Currently when the user tries to sign up with user/password flow they are redirected to login/signup screen without any note.
App needs to handle the error code from Auth0 to verify email, and show a page like: https://www1.plant-for-the-planet.org/verify-email
The issue is same for users (emailverified = false) who tries to login with the user/password flow; which also needs to be handled similarly.
All other signups are unaffected.
The text was updated successfully, but these errors were encountered: