1
0
mirror of https://github.com/bitwarden/web synced 2026-02-21 03:43:26 +00:00
Files
web/src/app/organizations/policies/two-factor-authentication.component.html
2021-08-25 16:10:17 +02:00

11 lines
352 B
HTML

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