mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:54:33 +00:00
clean error
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user