1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 02:53:28 +00:00

cleanup various sso tasks (#617)

This commit is contained in:
Kyle Spearrin
2020-08-20 16:39:05 -04:00
committed by GitHub
parent b2685d455b
commit 56e92b1695
9 changed files with 47 additions and 14 deletions

View File

@@ -5,15 +5,14 @@
<div class="card d-block mt-4">
<div class="card-body" *ngIf="loggingIn">
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}" aria-hidden="true"></i>
Logging in, please wait...
{{'loading' | i18n}}
</div>
<div class="card-body" *ngIf="!loggingIn">
<p>Quickly log in using your organization's single sign-on portal. Please enter your organization's
identifier to begin.</p>
<p>{{'ssoLogInWithOrgIdentifier' | i18n}}</p>
<div class="form-group">
<label for="identifier">Organization Identifier</label>
<label for="identifier">{{'organizationIdentifier' | i18n}}</label>
<input id="identifier" class="form-control" type="text" name="Identifier"
[(ngModel)]="identifier" required>
[(ngModel)]="identifier" required appAutofocus>
</div>
<hr>
<div class="d-flex">