1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

style(sso-login): (Auth) [PM-26535] Make SSO Button Primary if ssoRequired (#16757)

When SSO is required:
- Make the SSO button primary
- Add a tooltip to the disabled buttons

When SSO is not required:
- SSO button remains secondary
- No tooltip on the buttons

Feature Flags enabled: pm-22110-disable-alternate-login-methods
This commit is contained in:
rr-bw
2025-10-30 07:41:17 -07:00
committed by GitHub
parent 619354827e
commit d8e5a524d4
6 changed files with 23 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ export * from "./table";
export * from "./tabs";
export * from "./toast";
export * from "./toggle-group";
export * from "./tooltip";
export * from "./typography";
export * from "./utils";
export * from "./stepper";