mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
[AC-2396] migrate two factor authentication component (#8881)
* migrating two factor authentication component * migrating two factor authentication component
This commit is contained in:
parent
b672b038b7
commit
8f65a48ede
@ -3,6 +3,6 @@
|
|||||||
</app-callout>
|
</app-callout>
|
||||||
|
|
||||||
<bit-form-control>
|
<bit-form-control>
|
||||||
<input type="checkbox" bitCheckbox [formControl]="enabled" />
|
<input type="checkbox" id="enabled" bitCheckbox [formControl]="enabled" />
|
||||||
<bit-label>{{ "turnOn" | i18n }}</bit-label>
|
<bit-label>{{ "turnOn" | i18n }}</bit-label>
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
|
Loading…
Reference in New Issue
Block a user