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:
@@ -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>
|
||||
Reference in New Issue
Block a user