1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 11:43:51 +00:00

PM-29919 resolved unneeded label

This commit is contained in:
Ben McFerren
2026-01-16 13:12:48 -05:00
parent 609c16fad5
commit aa9ecc86c2

View File

@@ -54,9 +54,11 @@
<bit-label>{{ "whoCanView" | i18n }}</bit-label>
<bit-select formControlName="authType">
@for (option of availableAuthTypes$ | async; track option.value) {
<bit-option [value]="option.value" [disabled]="option.disabled" [label]="option.name">
{{ option.name }}
</bit-option>
<bit-option
[value]="option.value"
[disabled]="option.disabled"
[label]="option.name"
></bit-option>
}
</bit-select>
@if (sendDetailsForm.get("authType").value === AuthType.Email) {