[AC-2396] migrate two factor authentication component (#8881)

* migrating two factor authentication component

* migrating two factor authentication component
This commit is contained in:
vinith-kovan 2024-05-22 20:15:16 +05:30 committed by GitHub
parent b672b038b7
commit 8f65a48ede
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
</app-callout>
<bit-form-control>
<input type="checkbox" bitCheckbox [formControl]="enabled" />
<input type="checkbox" id="enabled" bitCheckbox [formControl]="enabled" />
<bit-label>{{ "turnOn" | i18n }}</bit-label>
</bit-form-control>