Update src/popup/accounts/home.component.html

Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
This commit is contained in:
Patrick H. Lauke 2021-10-01 14:43:09 +01:00 committed by GitHub
parent bf7dd5da96
commit bd005ffeef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<p class="lead text-center">{{'loginOrCreateNewAccount' | i18n}}</p>
<a class="btn primary block" routerLink="/login"><b>{{'login' | i18n}}</b></a>
<button type="button" (click)="launchSsoBrowser()" class="btn block">
<i class="fa fa-bank" aria-hidden="true"></i> {{'enterpriseSingleSignOn' | i18n}}
</button>
<a class="btn block" routerLink="/register">{{'createAccount' | i18n}}</a>