From 20851406252e0e2d7023321fd462fd21bfab1787 Mon Sep 17 00:00:00 2001 From: Alec Rippberger Date: Fri, 14 Feb 2025 16:53:20 -0600 Subject: [PATCH] Replace Bootstrap with Tailwind equivalents --- .../src/app/auth/sso/sso.component.html | 39 ++++++++++++------- 1 file changed, 26 insertions(+), 13 deletions(-) diff --git a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html index 036163af3d9..245e216eea2 100644 --- a/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html +++ b/bitwarden_license/bit-web/src/app/auth/sso/sso.component.html @@ -3,7 +3,7 @@ @@ -109,8 +109,9 @@ @@ -148,7 +149,7 @@ aria-live="polite" *ngIf="haveTestedKeyConnector && !keyConnectorUrl.hasError('invalidUrl')" > - + {{ "keyConnectorTestSuccess" | i18n }} @@ -173,8 +174,12 @@ *ngIf="ssoConfigForm.get('configType').value === ssoType.OpenIdConnect" [formGroup]="openIdForm" > -
-

{{ "openIdConnectConfig" | i18n }}

+
+

+ {{ "openIdConnectConfig" | i18n }} +

{{ "callbackPath" | i18n }} @@ -246,14 +251,14 @@
-

+

{{ "openIdOptionalCustomizations" | i18n }}