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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 12 deletions

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>