1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/apps/web/src/app/auth/verify-email-token.component.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
372 B
HTML
Raw Normal View History

2018-07-12 20:19:47 +02:00
<div class="mt-5 d-flex justify-content-center">
<div>
<img class="mb-4 logo logo-themed" alt="Bitwarden" />
2018-07-12 20:19:47 +02:00
<p class="text-center">
2019-10-11 16:35:24 +02:00
<i
class="bwi bwi-spinner bwi-spin bwi-2x text-muted"
2019-10-11 16:35:24 +02:00
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<span class="sr-only">{{ "loading" | i18n }}</span>
2018-07-12 20:19:47 +02:00
</p>
</div>
</div>