1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

PM-11428 Ensure TOTP background color is in sync with other view inputs (#10827)

This commit is contained in:
Jason Ng
2024-08-30 15:59:51 -04:00
committed by GitHub
parent 5a73639946
commit d5cbc19187

View File

@@ -109,7 +109,6 @@
[value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'"
aria-readonly="true"
data-testid="login-totp"
[disabled]="!(isPremium$ | async)"
/>
<button
*ngIf="isPremium$ | async"