mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 08:33:43 +00:00
Consolidates existing SSO components into a single unified component in libs/auth, matching the new design system. This implementation: - Creates a new shared SsoComponent with extracted business logic - Adds feature flag support for unauth-ui-refresh - Updates page styling including new icons and typography - Preserves web client claimed domain logic - Maintains backwards compatibility with legacy views PM-8114 --------- Co-authored-by: Jared Snider <116684653+JaredSnider-Bitwarden@users.noreply.github.com> Co-authored-by: Jared Snider <jsnider@bitwarden.com>
10 lines
290 B
HTML
10 lines
290 B
HTML
<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>
|