Skip to content

Commit e2629ee

Browse files
authored
remove duplicate ngIf (bitwarden#12999)
1 parent ef20ca8 commit e2629ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html

-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ <h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
3636
<button
3737
bitSuffix
3838
type="button"
39-
*ngIf="this.cipher.viewPassword"
4039
bitIconButton
4140
bitPasswordInputToggle
4241
*ngIf="canViewPassword"
@@ -45,7 +44,6 @@ <h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
4544
<button
4645
bitIconButton="bwi-clone"
4746
bitSuffix
48-
*ngIf="this.cipher.viewPassword"
4947
type="button"
5048
[appCopyClick]="field.value"
5149
showToast

0 commit comments

Comments
 (0)