1
0
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:
Will Martin
2025-01-21 17:59:29 -05:00
committed by GitHub
parent ef20ca83b6
commit e2629eeaa6

View File

@@ -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