fix: remove redirectToSSO

This commit is contained in:
ValdiANS
2025-12-10 21:43:05 +07:00
parent 37f59f9470
commit 4356bd8803
-5
View File
@@ -25,10 +25,5 @@ export default function Home() {
);
}
if (!isLoadingUser && !user) {
redirectToSSO();
return;
}
return <>Loading...</>;
}