1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

[SG-792] Fixed focus on master password when enter key is pressed (#3948)

* Added focus to master password field on browser client

* Added focus to master password field on desktop client

* fixed focus on master password when enter is pressed
This commit is contained in:
Gbubemi Smith
2022-11-02 11:23:29 -04:00
committed by GitHub
parent 6c7a76d693
commit d12ef5c734

View File

@@ -33,7 +33,7 @@
type="email" type="email"
formControlName="email" formControlName="email"
appInputVerbatim="false" appInputVerbatim="false"
(keyup.enter)="validateEmail()" (keyup.enter)="continue()"
/> />
</div> </div>
</div> </div>