1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-04-07 18:57:06 +02: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,6 @@
<button <button
bitSuffix bitSuffix
type="button" type="button"
*ngIf="this.cipher.viewPassword"
bitIconButton bitIconButton
bitPasswordInputToggle bitPasswordInputToggle
*ngIf="canViewPassword" *ngIf="canViewPassword"
@ -45,7 +44,6 @@
<button <button
bitIconButton="bwi-clone" bitIconButton="bwi-clone"
bitSuffix bitSuffix
*ngIf="this.cipher.viewPassword"
type="button" type="button"
[appCopyClick]="field.value" [appCopyClick]="field.value"
showToast showToast