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