1
0
mirror of https://github.com/bitwarden/desktop synced 2025-12-25 20:53:14 +00:00

chore: remove unnecessary label

This commit is contained in:
knhash
2021-07-02 03:09:44 +05:30
parent 9c41f85df3
commit 3265ab5436

View File

@@ -30,7 +30,6 @@
<div class="box-content-row box-content-row-radio">
<div class="radio-group text-default" appBoxRow name="PassTypeOptions"
*ngFor="let o of passTypeOptions">
<label for="type" class="sr-only">{{'type' | i18n}}</label>
<input type="radio" class="radio" [(ngModel)]="options.type" name="Type_{{o.value}}"
id="type_{{o.value}}" [value]="o.value" (change)="saveOptions()"
[checked]="options.type === o.value">