mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
* [Icons] Update Font Sheet * Prettier updates * Updated refresh -> generate * Updated closed folder icon * Reverted to using a base class * Update jslib * Removed unused import * Updated eye/eye-slash icon references * Update jslib * Updating fallback image for cipher icon * Update jslib * Removed duplicate icon base class * Update jslib * Prettier Co-authored-by: Hinton <oscar@oscarhinton.com>
17 lines
694 B
HTML
17 lines
694 B
HTML
<div class="center-content">
|
|
<div class="content">
|
|
<div class="logo-image"></div>
|
|
<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="bwi bwi-bank" aria-hidden="true"></i> {{ "enterpriseSingleSignOn" | i18n }}
|
|
</button>
|
|
<a class="btn block" routerLink="/register">{{ "createAccount" | i18n }}</a>
|
|
</div>
|
|
</div>
|
|
<a routerLink="/environment" class="settings-icon">
|
|
<i class="bwi bwi-cog-f bwi-lg" aria-hidden="true"></i><span> {{ "settings" | i18n }}</span>
|
|
</a>
|