mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 20:12:50 +00:00
show error
This commit is contained in:
@@ -84,6 +84,7 @@ export default async function Page(props: {
|
||||
userId,
|
||||
);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return linkingFailed(branding);
|
||||
}
|
||||
|
||||
@@ -137,6 +138,7 @@ export default async function Page(props: {
|
||||
foundUser.userId,
|
||||
);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
return linkingFailed(branding);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user