show error

This commit is contained in:
Max Peintner
2024-12-27 11:55:35 +01:00
parent aa6a597191
commit ab2136d5ab
2 changed files with 12 additions and 8 deletions

View File

@@ -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);
}