1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-05 18:36:37 +02:00

remove duplicate ngIf ()

This commit is contained in:
Will Martin 2025-01-21 17:59:29 -05:00 committed by GitHub
parent ef20ca83b6
commit e2629eeaa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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