1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

AC-2393 Migrate Require SSO component (#8800)

This commit is contained in:
KiruthigaManivannan
2024-05-21 18:47:57 +05:30
committed by GitHub
parent 7053d0c7ec
commit 25515bfcff

View File

@@ -5,15 +5,7 @@
{{ "requireSsoExemption" | i18n }} {{ "requireSsoExemption" | i18n }}
</app-callout> </app-callout>
<div class="form-group"> <bit-form-control>
<div class="form-check"> <input type="checkbox" bitCheckbox [formControl]="enabled" id="enabled" />
<input <bit-label>{{ "turnOn" | i18n }}</bit-label>
class="form-check-input" </bit-form-control>
type="checkbox"
id="enabled"
[formControl]="enabled"
name="Enabled"
/>
<label class="form-check-label" for="enabled">{{ "turnOn" | i18n }}</label>
</div>
</div>