mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-22 21:21:35 +01:00
Use continue method unanimously
This commit is contained in:
parent
9ef1e3ce39
commit
493fbc0f32
@ -21,7 +21,7 @@
|
||||
bitInput
|
||||
appAutofocus
|
||||
(blur)="onEmailBlur($event)"
|
||||
(keyup.enter)="clientType === ClientType.Desktop ? continue() : validateEmail()"
|
||||
(keyup.enter)="continue()"
|
||||
/>
|
||||
</bit-form-field>
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
|
||||
<div class="tw-grid tw-gap-3">
|
||||
<!-- Continue button -->
|
||||
<button type="button" bitButton block buttonType="primary" (click)="validateEmail()">
|
||||
<button type="button" bitButton block buttonType="primary" (click)="continue()">
|
||||
{{ "continue" | i18n }}
|
||||
</button>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user