PM-11428 Ensure TOTP background color is in sync with other view inputs (#10827)
This commit is contained in:
parent
5a73639946
commit
d5cbc19187
|
@ -109,7 +109,6 @@
|
|||
[value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'"
|
||||
aria-readonly="true"
|
||||
data-testid="login-totp"
|
||||
[disabled]="!(isPremium$ | async)"
|
||||
/>
|
||||
<button
|
||||
*ngIf="isPremium$ | async"
|
||||
|
|
Loading…
Reference in New Issue