Skip to content

Commit 58e1397

Browse files
committed
Disable MFA field when checking it
1 parent f2c7088 commit 58e1397

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/stack/src/components-page/account-settings.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ function MfaSection() {
289289
}}
290290
placeholder="123456"
291291
maxLength={6}
292+
disabled={isLoading}
292293
/>
293294
{isMaybeWrong && mfaCode.length === 6 && (
294295
<Typography variant="destructive">Incorrect code. Please try again.</Typography>

0 commit comments

Comments
 (0)