1
0
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:
Alec Rippberger
2024-10-09 12:51:40 -05:00
parent 8975b60e1e
commit 57044a6855

View File

@@ -21,7 +21,7 @@
bitInput bitInput
appAutofocus appAutofocus
(blur)="onEmailBlur($event)" (blur)="onEmailBlur($event)"
(keyup.enter)="clientType === ClientType.Desktop ? continue() : null" (keyup.enter)="clientType === ClientType.Desktop ? continue() : validateEmail()"
/> />
</bit-form-field> </bit-form-field>