1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-21 11:35:34 +01:00

[AC-2406] migrate activate autofill component (#8883)

* migrating activate autofill component

* migrating activate autofill component

* migrating activate autofill component
This commit is contained in:
vinith-kovan 2024-05-22 00:21:06 +05:30 committed by GitHub
parent 4ac67f2787
commit 239c0641a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,6 +6,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>