mirror of
https://github.com/bitwarden/browser
synced 2025-12-30 07:03:26 +00:00
* fix(accept-organization): Update accept organization invite flow Removed old accept organization flow and updated stylings to tailwind.
14 lines
407 B
HTML
14 lines
407 B
HTML
<div class="tw-mt-5 tw-flex tw-justify-center">
|
|
<div>
|
|
<img src="../../images/logo-dark@2x.png" class="logo" alt="Bitwarden" />
|
|
<p class="tw-text-center tw-my-4">
|
|
<i
|
|
class="bwi bwi-spinner bwi-spin bwi-2x tw-text-muted"
|
|
title="{{ 'loading' | i18n }}"
|
|
aria-hidden="true"
|
|
></i>
|
|
<span class="tw-sr-only">{{ "loading" | i18n }}</span>
|
|
</p>
|
|
</div>
|
|
</div>
|