1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-23 17:53:31 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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