Skip to content

Commit

Permalink
[SG-792] Fixed focus on master password when enter key is pressed (#3948
Browse files Browse the repository at this point in the history
)

* 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

(cherry picked from commit d12ef5c)
  • Loading branch information
gbubemismith authored and trmartin4 committed Nov 2, 2022
1 parent 243b078 commit 6079ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/src/app/accounts/login.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
type="email"
formControlName="email"
appInputVerbatim="false"
(keyup.enter)="validateEmail()"
(keyup.enter)="continue()"
/>
</div>
</div>
Expand Down

0 comments on commit 6079ee6

Please sign in to comment.