-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Fix/redirect to login page after activate an account #1553
Fix/redirect to login page after activate an account #1553
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tomivm please refactor this to a simpler strategy: just redirect the user to the login page once the activation is done successfully. No API changes required.
@martinbedouret Now any change on the API is needed and the user is not logged in automatically. Users are redirected to the login-signup view and the messages on the Activate component are ready to be translated |
In this PR the Activate container is prepared to keep the user logged in after activating an account. it needs an update on the API => cboard-org/cboard-api#308
It should be tested on Android with the universal Link feature.
Close #1342