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