1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[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
2 changed files with 5 additions and 1 deletions

2
jslib

Submodule jslib updated: 6c9485596c...ef743ea8ca

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">