mirror of
https://github.com/bitwarden/browser
synced 2026-01-21 11:53:34 +00:00
Move desktop into apps/desktop
This commit is contained in:
9
apps/desktop/src/app/accounts/sso.component.html
Normal file
9
apps/desktop/src/app/accounts/sso.component.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<form id="sso-page" (ngSubmit)="submit()">
|
||||
<div class="content">
|
||||
<img class="logo-image" alt="Bitwarden" />
|
||||
<div class="box">
|
||||
<i class="bwi bwi-spinner bwi-spin" title="{{ 'loading' | i18n }}" aria-hidden="true"></i>
|
||||
{{ "loading" | i18n }}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user