From a50cff75ff519dff2ca63de4d552afdb6994d7af Mon Sep 17 00:00:00 2001 From: Alec Rippberger <127791530+alec-livefront@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:04:00 -0600 Subject: [PATCH] [PM-17185] Remove Bootstrap style from SsoComponent in bitwarden_license (#13417) * Replace Bootstrap with Tailwind equivalents * Remove debug code * Leverage bitLink directive * use bitTypography directive * Remove typo * Replace Boostrap styles in subcomponents with Tailwind * Remove unused class defininition * Revert "Remove unused class defininition" This reverts commit 22fba6c3d19941490c35cf370190fdc6941afffd. * Revert changes to non-sso component files * Revert change to non sso file * Use bitTypography directive instead of custom tailwind classes * Remove typo --- .../src/app/auth/sso/sso.component.html | 29 ++++++++++++------- 1 file changed, 18 insertions(+), 11 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 036163af3d..22887cb709 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 @@ @@ -148,7 +148,7 @@ aria-live="polite" *ngIf="haveTestedKeyConnector && !keyConnectorUrl.hasError('invalidUrl')" > - + {{ "keyConnectorTestSuccess" | i18n }} @@ -173,8 +173,10 @@ *ngIf="ssoConfigForm.get('configType').value === ssoType.OpenIdConnect" [formGroup]="openIdForm" > -
-

{{ "openIdConnectConfig" | i18n }}

+
+

+ {{ "openIdConnectConfig" | i18n }} +

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

+

{{ "openIdOptionalCustomizations" | i18n }}