We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c7088 commit 58e1397Copy full SHA for 58e1397
1 file changed
packages/stack/src/components-page/account-settings.tsx
@@ -289,6 +289,7 @@ function MfaSection() {
289
}}
290
placeholder="123456"
291
maxLength={6}
292
+ disabled={isLoading}
293
/>
294
{isMaybeWrong && mfaCode.length === 6 && (
295
<Typography variant="destructive">Incorrect code. Please try again.</Typography>
0 commit comments