mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
remove duplicate ngIf (#12999)
This commit is contained in:
@@ -36,7 +36,6 @@
|
||||
<button
|
||||
bitSuffix
|
||||
type="button"
|
||||
*ngIf="this.cipher.viewPassword"
|
||||
bitIconButton
|
||||
bitPasswordInputToggle
|
||||
*ngIf="canViewPassword"
|
||||
@@ -45,7 +44,6 @@
|
||||
<button
|
||||
bitIconButton="bwi-clone"
|
||||
bitSuffix
|
||||
*ngIf="this.cipher.viewPassword"
|
||||
type="button"
|
||||
[appCopyClick]="field.value"
|
||||
showToast
|
||||
|
||||
Reference in New Issue
Block a user