mirror of
https://github.com/bitwarden/browser
synced 2025-12-28 06:03:40 +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>
15 lines
565 B
TypeScript
15 lines
565 B
TypeScript
export * from "./bitwarden-logo.icon";
|
|
export * from "./bitwarden-shield.icon";
|
|
export * from "./devices.icon";
|
|
export * from "./lock.icon";
|
|
export * from "./registration-check-email.icon";
|
|
export * from "./user-lock.icon";
|
|
export * from "./user-verification-biometrics-fingerprint.icon";
|
|
export * from "./wave.icon";
|
|
export * from "./vault.icon";
|
|
export * from "./registration-user-add.icon";
|
|
export * from "./registration-lock-alt.icon";
|
|
export * from "./registration-expired-link.icon";
|
|
export * from "./sso-key.icon";
|
|
export * from "./two-factor-timeout.icon";
|