clean error

This commit is contained in:
Max Peintner
2024-10-25 11:01:49 +02:00
parent 0181f64a75
commit 76e3baa77c

View File

@@ -78,6 +78,7 @@ export function VerifyForm({ userId, code, isInvite, params }: Props) {
setError("Could not verify user");
return;
} else {
setError("");
return router.push("/authenticator/set?" + params);
}
}