mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
fix: remove redirectToSSO
This commit is contained in:
@@ -25,10 +25,5 @@ export default function Home() {
|
||||
);
|
||||
}
|
||||
|
||||
if (!isLoadingUser && !user) {
|
||||
redirectToSSO();
|
||||
return;
|
||||
}
|
||||
|
||||
return <>Loading...</>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user