1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00: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

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>