diff --git a/src/pages/VerifyEmail.tsx b/src/pages/VerifyEmail.tsx index d1c5fb3..bf79951 100644 --- a/src/pages/VerifyEmail.tsx +++ b/src/pages/VerifyEmail.tsx @@ -16,7 +16,7 @@ export function VerifyEmail() { const callbackURL = searchParams.get("callbackURL") || "/"; if (!token) { - setStatus("error"); + queueMicrotask(() => setStatus("error")); return; }