mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 16:07:46 +00:00
logs
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user