mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 07:33:23 +00:00
[PM-2057] update two factor email dialog (#9547)
* migrating two factor email component * two factor email component migration * two factor email component migration * two factor email component migration * two factor email component migration
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
appInputVerbatim="false"
|
||||
/>
|
||||
</bit-form-field>
|
||||
<div class="tw-mb-3 tw-flex">
|
||||
<div class="tw-mb-3 tw-flex tw-items-center">
|
||||
<button bitButton type="button" buttonType="primary" [bitAction]="sendEmail">
|
||||
{{ "sendEmail" | i18n }}
|
||||
</button>
|
||||
<span class="tw-text-success tw-ml-3" *ngIf="sentEmail">
|
||||
{{ "verificationCodeEmailSent" | i18n: sentEmail }}
|
||||
{{ "emailSent" | i18n }}
|
||||
</span>
|
||||
</div>
|
||||
<bit-form-field>
|
||||
|
||||
Reference in New Issue
Block a user