We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef20ca8 commit e2629eeCopy full SHA for e2629ee
libs/vault/src/cipher-view/custom-fields/custom-fields-v2.component.html
@@ -36,7 +36,6 @@ <h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
36
<button
37
bitSuffix
38
type="button"
39
- *ngIf="this.cipher.viewPassword"
40
bitIconButton
41
bitPasswordInputToggle
42
*ngIf="canViewPassword"
@@ -45,7 +44,6 @@ <h2 bitTypography="h6">{{ "customFields" | i18n }}</h2>
45
44
46
bitIconButton="bwi-clone"
47
48
49
50
[appCopyClick]="field.value"
51
showToast
0 commit comments