mirror of
https://github.com/bitwarden/browser
synced 2026-01-08 11:33:28 +00:00
[Require SSO] Enterprise policy adjustment (#676)
* Commits for policies/edit/strings * more initial commits of policy/edit/strings * More changes for require sso * Updated strings to match policy string patterns * Updated false enable on error * Removed sso prevalidate prereq // adjusted callout * Updated policy array creation and added display value
This commit is contained in:
@@ -17,10 +17,13 @@
|
||||
title="{{'warning' | i18n}}" icon="fa-warning">
|
||||
{{'twoStepLoginPolicyWarning' | i18n}}
|
||||
</app-callout>
|
||||
<app-callout type="warning" *ngIf="type === policyType.OnlyOrg"
|
||||
title="{{'warning' | i18n}}" icon="fa-warning">
|
||||
<app-callout type="warning" *ngIf="type === policyType.OnlyOrg" title="{{'warning' | i18n}}"
|
||||
icon="fa-warning">
|
||||
{{'onlyOrgPolicyWarning' | i18n}}
|
||||
</app-callout>
|
||||
<app-callout type="tip" title="{{'prerequisite' | i18n}}" *ngIf="type === policyType.RequireSso">
|
||||
{{'requireSsoPolicyReq' | i18n}}
|
||||
</app-callout>
|
||||
<div class="form-group">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="enabled" [(ngModel)]="enabled"
|
||||
|
||||
Reference in New Issue
Block a user