1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

change email validation to only run on submit (or when clicking continue button)

This commit is contained in:
rr-bw
2024-09-12 11:04:15 -07:00
parent 0cf965cdae
commit 8696330245
3 changed files with 4 additions and 7 deletions

View File

@@ -27,8 +27,4 @@ export class LoginSecondaryContentComponent {
// also passes the email address to the registration page. We need to find a way to
// do this now that the "Create account" link is in a separate component as
// secondary content.
// TODO-rr-bw: Also need to make sure clicking the "Create account" link doesn't
// trigger form validation, causing the link to jump down on the page. See comment
// on this in the original web login.component.html (lines 51-57).
}