remove redundant check

This commit is contained in:
peintnermax
2024-10-14 09:12:06 +02:00
parent f3ff6d68ef
commit 73abf1f021

View File

@@ -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 (