-
Notifications
You must be signed in to change notification settings - Fork 6
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
[backend] Don't let the user use an alternative login method based on the same email #151
Comments
@geiras We need design of the error message /dialog. |
Would be a possibility to remove the button of the wrong sign-in method after the warning message? We already have design for error messages. Can we use the same, @pfortuna? |
|
I've designed new errors for this situation. https://www.figma.com/file/BfK7HtPsvxZAwZLg1ebz2u/Covidografia?node-id=4007%3A7059 |
Perfect ! moving this to TODO! |
This way the user can login with the correct method in the same popup where we show the error. |
When a user logs in with e.g. Google and is using a specific email e.g. [email protected], if we previously had a registration using another login method with the same email, we should reject that registration and an error should be returned that asks the user to use the same login method he used before.
The text was updated successfully, but these errors were encountered: