mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +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...</>;
|
return <>Loading...</>;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user