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..22887cb7094 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 }}