1
0
mirror of https://github.com/bitwarden/web synced 2026-02-26 01:13:20 +00:00

Refactor orgnaization policy management (#1147)

This commit is contained in:
Oscar Hinton
2021-08-25 16:10:17 +02:00
committed by GitHub
parent 8a259516df
commit 2cbe023a38
31 changed files with 687 additions and 437 deletions

View File

@@ -0,0 +1,10 @@
<app-callout type="warning">
{{'twoStepLoginPolicyWarning' | i18n}}
</app-callout>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="enabled" [formControl]="enabled" name="Enabled">
<label class="form-check-label" for="enabled">{{'enabled' | i18n}}</label>
</div>
</div>