1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 22:03:36 +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"
formControlName="email"
appInputVerbatim="false"
(keyup.enter)="validateEmail()"
(keyup.enter)="continue()"
/>
</div>
</div>