mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 14:17:32 +00:00
Update apps/login/src/app/(login)/idp/[provider]/success/page.tsx
This commit is contained in:
@@ -74,6 +74,7 @@ export default async function Page(props: {
|
|||||||
|
|
||||||
if (link) {
|
if (link) {
|
||||||
if (!options?.isLinkingAllowed) {
|
if (!options?.isLinkingAllowed) {
|
||||||
|
// linking was probably disallowed since the invitation was created
|
||||||
return linkingFailed(branding, "Linking is no longer allowed");
|
return linkingFailed(branding, "Linking is no longer allowed");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user