From 39ac46aaa75caad0bfb8e52454b14900980d5d42 Mon Sep 17 00:00:00 2001 From: Vincent Salucci <26154748+vincentsalucci@users.noreply.github.com> Date: Fri, 27 Aug 2021 17:04:32 -0500 Subject: [PATCH] [Callout] Update UI structure (#1028) * [Callout] Update UI structure * Update jslib --- src/app/accounts/set-password.component.html | 17 +---------------- .../update-temp-password.component.html | 7 +++++-- 2 files changed, 6 insertions(+), 18 deletions(-) diff --git a/src/app/accounts/set-password.component.html b/src/app/accounts/set-password.component.html index eeddc20464..2511236daa 100644 --- a/src/app/accounts/set-password.component.html +++ b/src/app/accounts/set-password.component.html @@ -9,22 +9,7 @@
{{'ssoCompleteRegistration' | i18n}} - - {{'masterPasswordPolicyInEffect' | i18n}} -
    -
  • - {{'policyInEffectMinComplexity' | i18n : getPasswordScoreAlertDisplay()}} -
  • -
  • - {{'policyInEffectMinLength' | i18n : enforcedPolicyOptions?.minLength.toString()}} -
  • -
  • {{'policyInEffectUppercase' | i18n}}
  • -
  • {{'policyInEffectLowercase' | i18n}}
  • -
  • {{'policyInEffectNumbers' | i18n}}
  • -
  • - {{'policyInEffectSpecial' | i18n : '!@#$%^&*'}} -
  • -
+
diff --git a/src/app/accounts/update-temp-password.component.html b/src/app/accounts/update-temp-password.component.html index 95b54f0e67..d824693059 100644 --- a/src/app/accounts/update-temp-password.component.html +++ b/src/app/accounts/update-temp-password.component.html @@ -3,6 +3,8 @@ {{'updateMasterPasswordWarning' | i18n}} + +
@@ -28,8 +30,9 @@
-