rep questionnaire nav/progress
This commit is contained in:
@@ -69,13 +69,6 @@ const Home = (props) => {
|
||||
if (status === "loading") {
|
||||
return <NoSessionWarning loading={true} />;
|
||||
}
|
||||
// console.log("unauthenticated path:", router.asPath);
|
||||
// if (status === "unauthenticated") {
|
||||
// console.log("unauthenticated path:", router.asPath);
|
||||
// signIn("email", { callbackUrl: router.asPath });
|
||||
// //router.push("/auth/signin");
|
||||
// return <NoSessionWarning />;
|
||||
// }
|
||||
|
||||
return (
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user