Clear console.logs
This commit is contained in:
@@ -18,7 +18,6 @@ export const UserProvider = ({ children }) => {
|
||||
if (result.authenticated) {
|
||||
setToken(token);
|
||||
} else {
|
||||
console.log(result);
|
||||
await signOut();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user