We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785bc90 commit 615cf21Copy full SHA for 615cf21
1 file changed
src/app/login/two-factor/LoginTwoFactorPage.tsx
@@ -103,7 +103,7 @@ export function LoginTwoFactorPage() {
103
<Form onSubmit={handleSubmit} error={error ?? undefined} style={{ minWidth: 300 }}>
104
{!useBackup ? (
105
<Column gap="2">
106
- <Text weight='bold' >{t(labels.twoFactorEnterCode)}</Text>
+ <Text weight="bold">{t(labels.twoFactorEnterCode)}</Text>
107
<OtpInput
108
value={otpValue}
109
onChange={val => {
0 commit comments