-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix email_verified_code usage (#4252)
When a Cozy instance has for authentication the combo magic link + 2FA, and its owner wants to login via the cloudery, we try to avoid a flow with two emails (one for finding the instance domain, and the other with the 6-digits code). To do that, we use an email_verified_code, and the stack needs to change its behavior on the login page when this code is present, which was not done correctly before this commit.
- Loading branch information
Showing
3 changed files
with
36 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.