1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-14 10:26:19 +01:00

change totp code to monospace font (#11844)

This commit is contained in:
Nick Krantz 2024-11-06 09:42:53 -06:00 committed by GitHub
parent f33661c31c
commit d5139e0511
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@
[value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'" [value]="totpCodeCopyObj?.totpCodeFormatted || '*** ***'"
aria-readonly="true" aria-readonly="true"
data-testid="login-totp" data-testid="login-totp"
class="tw-font-mono"
/> />
<div <div
*ngIf="isPremium$ | async" *ngIf="isPremium$ | async"