1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02: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"