This commit is contained in:
Max Peintner
2023-06-29 10:26:51 +02:00
parent a3b412e356
commit 0f2968eccc

View File

@@ -152,12 +152,11 @@ export default function RegisterPasskey({ sessionId, isPrompt }: Props) {
.catch((error) => { .catch((error) => {
console.error(error); console.error(error);
setLoading(false); setLoading(false);
// setError(error); setError(error);
return null; return null;
}); });
} }
// return router.push(`/accounts`);
}); });
} }