mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 05:12:20 +00:00
log idp success endpoint
This commit is contained in:
@@ -107,6 +107,7 @@ export default async function Page({
|
|||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
const { idpInformation, userId } = resp;
|
const { idpInformation, userId } = resp;
|
||||||
|
|
||||||
|
console.log("idpInformation", userId, JSON.stringify(idpInformation));
|
||||||
if (idpInformation) {
|
if (idpInformation) {
|
||||||
// handle login
|
// handle login
|
||||||
if (userId) {
|
if (userId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user