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:
@@ -109,7 +109,6 @@
|
|||||||
[value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'"
|
[value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'"
|
||||||
aria-readonly="true"
|
aria-readonly="true"
|
||||||
data-testid="login-totp"
|
data-testid="login-totp"
|
||||||
[disabled]="!(isPremium$ | async)"
|
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
*ngIf="isPremium$ | async"
|
*ngIf="isPremium$ | async"
|
||||||
|
|||||||
Reference in New Issue
Block a user