1
0
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:
Alec Rippberger 2024-10-09 12:51:40 -05:00
parent 8975b60e1e
commit 57044a6855
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A

View File

@ -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>