mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:42:17 +00:00
linking with userid
This commit is contained in:
@@ -179,12 +179,14 @@ export default async function Page(props: {
|
||||
);
|
||||
});
|
||||
|
||||
return linkingSuccess(
|
||||
userId,
|
||||
{ idpIntentId: id, idpIntentToken: token },
|
||||
authRequestId,
|
||||
branding,
|
||||
);
|
||||
if (idpLink) {
|
||||
return linkingSuccess(
|
||||
idpInformation.userId,
|
||||
{ idpIntentId: id, idpIntentToken: token },
|
||||
authRequestId,
|
||||
branding,
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user