mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +00:00
* move auth folder into app folder * fix auth folder imports * reorder imports in login component
12 lines
485 B
HTML
12 lines
485 B
HTML
<div class="tw-rounded tw-border tw-border-solid tw-border-warning-500 tw-bg-background">
|
|
<div class="tw-bg-warning-500 tw-px-5 tw-py-2.5 tw-font-bold tw-uppercase tw-text-contrast">
|
|
<i class="bwi bwi-envelope bwi-fw" aria-hidden="true"></i> {{ "verifyEmail" | i18n }}
|
|
</div>
|
|
<div class="tw-p-5">
|
|
<p>{{ "verifyEmailDesc" | i18n }}</p>
|
|
<button id="sendBtn" bitButton type="button" block [bitAction]="send">
|
|
{{ "sendEmail" | i18n }}
|
|
</button>
|
|
</div>
|
|
</div>
|