mirror of
https://github.com/bitwarden/browser.git
synced 2025-04-05 18:36:37 +02:00
remove duplicate ngIf (#12999)
This commit is contained in:
parent
ef20ca83b6
commit
e2629eeaa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user