log idp success endpoint

This commit is contained in:
peintnermax
2024-07-30 15:02:17 +02:00
parent 60fc90976b
commit 1c96f3cf8c

View File

@@ -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) {