mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
12 lines
358 B
HTML
12 lines
358 B
HTML
<app-callout type="tip" title="{{ 'prerequisite' | i18n }}">
|
|
{{ "requireSsoPolicyReq" | i18n }}
|
|
</app-callout>
|
|
<app-callout type="warning">
|
|
{{ "requireSsoExemption" | i18n }}
|
|
</app-callout>
|
|
|
|
<bit-form-control>
|
|
<input type="checkbox" bitCheckbox [formControl]="enabled" id="enabled" />
|
|
<bit-label>{{ "turnOn" | i18n }}</bit-label>
|
|
</bit-form-control>
|