removed console log
This commit is contained in:
@@ -14,8 +14,6 @@ export const AuthProvider: FC<PropsWithChildren> = ({ children }) => {
|
|||||||
const AuthWrapper: FC<PropsWithChildren> = ({ children }) => {
|
const AuthWrapper: FC<PropsWithChildren> = ({ children }) => {
|
||||||
const session = useSession();
|
const session = useSession();
|
||||||
|
|
||||||
console.log("SESSION", session);
|
|
||||||
|
|
||||||
if (session.status === "unauthenticated") {
|
if (session.status === "unauthenticated") {
|
||||||
void signIn();
|
void signIn();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user