Open
Description
Issue
For both of the NextJS and Angular examples:
- Choose the
/sign-in-auth-screen
- Select Forgot password
- For Angular, this redirects to
home
- For NextJS, nothing happens.
Question
What should be the expect behaviour for example apps. Should they for example...
- Redirect to the home page, or
- Redirect to the
/password-reset-screen
route.