mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-16 01:21:48 +01:00
AC-2395 Migrate Single Org Component (#8803)
This commit is contained in:
parent
dd3e716fba
commit
81fa64534e
@ -2,15 +2,7 @@
|
|||||||
{{ "singleOrgPolicyWarning" | i18n }}
|
{{ "singleOrgPolicyWarning" | 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>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user