mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Validate email on enter keypress.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user