mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 14:42:17 +00:00
remove redundant check
This commit is contained in:
@@ -51,7 +51,7 @@ export default async function Page({
|
||||
|
||||
const { idpInformation, userId } = intent;
|
||||
|
||||
if (userId && id && token) {
|
||||
if (userId) {
|
||||
// TODO: update user if idp.options.isAutoUpdate is true
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user