Skip to content

Commit 615cf21

Browse files
committed
chore(2FA): use appropriate quotes for props
1 parent 785bc90 commit 615cf21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/login/two-factor/LoginTwoFactorPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export function LoginTwoFactorPage() {
103103
<Form onSubmit={handleSubmit} error={error ?? undefined} style={{ minWidth: 300 }}>
104104
{!useBackup ? (
105105
<Column gap="2">
106-
<Text weight='bold' >{t(labels.twoFactorEnterCode)}</Text>
106+
<Text weight="bold">{t(labels.twoFactorEnterCode)}</Text>
107107
<OtpInput
108108
value={otpValue}
109109
onChange={val => {

0 commit comments

Comments
 (0)