1
0
mirror of https://github.com/bitwarden/desktop synced 2026-01-07 11:03:13 +00:00

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

* [SSO/Auto Enroll] Set Password banner

* Update jslib
This commit is contained in:
Vincent Salucci
2021-09-07 12:11:43 -05:00
committed by GitHub
parent dfd00bdaee
commit c62144424f
3 changed files with 11 additions and 1 deletions

View File

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