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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user