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