1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-25 12:15:18 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>