[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
1 changed files with 1 additions and 1 deletions

View File

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