mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 01:02:17 +00:00
missing params
This commit is contained in:
@@ -84,6 +84,7 @@ export default async function Page(props: {
|
||||
return loginSuccess(
|
||||
userId,
|
||||
{ idpIntentId: id, idpIntentToken: token },
|
||||
authRequestId,
|
||||
branding,
|
||||
);
|
||||
}
|
||||
@@ -155,6 +156,7 @@ export default async function Page(props: {
|
||||
return loginSuccess(
|
||||
userId,
|
||||
{ idpIntentId: id, idpIntentToken: token },
|
||||
authRequestId,
|
||||
branding,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user