This commit is contained in:
Max Peintner
2025-04-24 14:43:16 +02:00
parent 682b5017b5
commit 39359224a5

View File

@@ -229,7 +229,11 @@ export default async function Page(props: {
request: addHumanUserWithOrganization,
});
} catch (error: unknown) {
console.error(error);
console.error(
"An error occurred while creating the user:",
error,
addHumanUser,
);
return loginFailed(
branding,
(error as ConnectError).message