-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
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
/handler/forgot-password page shouldn't be shown when password auth is disabled #292
Comments
Hey @fomalhautb |
Sure!
|
Hey @fomalhautb In the context of "redirect it back to home" Sign-in-recording.mp4packages/stack/src/components-page/auth-page.tsx
I think we have 2 approaches 1. Delayed Redirect with User Acknowledgment 2. Toast Notification with Instant Redirect Same for the /handler/forgot-password if password auth is disabled Kindly give your thoughts on this |
Hey @fomalhautb I know you must be busy but an opinion would be really helpful to finish this task. |
@fomalhautb can i work on this |
The page should show a message card saying that password authentication is disabled on the client side.
The stack handler should redirect it back to home on the server side.
This is similar to how the other pages work
The text was updated successfully, but these errors were encountered: