[SSO/Auto Enroll] Set Password banner (#1169)

* [SSO/Auto Enroll] Set Password banner

* Update jslib
This commit is contained in:
Vincent Salucci 2021-09-03 16:26:38 -05:00 committed by GitHub
parent 3a25b1fb20
commit f584950dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

2
jslib

@ -1 +1 @@
Subproject commit 6c9485596c27cbd889c8deeb95e4e4e84b3e58bb
Subproject commit ef743ea8ca3d4c3b05077ba72d391ab89347848f

View File

@ -9,6 +9,10 @@
</div>
<div class="card-body" *ngIf="!syncLoading">
<app-callout type="info">{{'ssoCompleteRegistration' | i18n}}</app-callout>
<app-callout type="warning" title="{{'resetPasswordPolicyAutoEnroll' | i18n}}"
*ngIf="resetPassswordAutoEnroll">
{{'resetPasswordAutoEnrollInviteWarning' | i18n}}
</app-callout>
<div class="form-group">
<app-callout type="info" [enforcedPolicyOptions]="enforcedPolicyOptions"
*ngIf="enforcedPolicyOptions">