mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-23 21:31:29 +01:00
Validate email on enter keypress.
This commit is contained in:
parent
8975b60e1e
commit
57044a6855
@ -21,7 +21,7 @@
|
||||
bitInput
|
||||
appAutofocus
|
||||
(blur)="onEmailBlur($event)"
|
||||
(keyup.enter)="clientType === ClientType.Desktop ? continue() : null"
|
||||
(keyup.enter)="clientType === ClientType.Desktop ? continue() : validateEmail()"
|
||||
/>
|
||||
</bit-form-field>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user