feat: auto submit totp code when it is filled

This commit is contained in:
Stavros
2026-01-30 20:26:47 +02:00
parent 6431afb7d1
commit 252ba10f48
2 changed files with 10 additions and 4 deletions

View File

@@ -70,7 +70,6 @@ export const TotpPage = () => {
<TotpForm
formId={formId}
onSubmit={(values) => totpMutation.mutate(values)}
loading={totpMutation.isPending}
/>
</CardContent>
<CardFooter className="flex flex-col items-stretch">