mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
11 lines
349 B
HTML
11 lines
349 B
HTML
<app-callout type="warning">
|
|
{{'singleOrgPolicyWarning' | 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>
|