Skip to content
Snippets Groups Projects
Verified Commit 6e1419c7 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Remove console log.

parent fb7a6e56
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!43Move back cookie fetch to SignInForm. Role fetched and saved into a Context. Small refactorings.
...@@ -26,9 +26,6 @@ export const SignInForm: FC = () => { ...@@ -26,9 +26,6 @@ export const SignInForm: FC = () => {
}; };
if (!isCookieFetched) fetchCookie(); if (!isCookieFetched) fetchCookie();
}, [isCookieFetched]); }, [isCookieFetched]);
console.log(isCookieFetched);
const history = useHistory(); const history = useHistory();
const { setRole } = useContext(AuthContext); const { setRole } = useContext(AuthContext);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment