formatting
This commit is contained in:
@@ -62,7 +62,7 @@ export const AuthProvider = ({ children }) => {
|
||||
}, []);
|
||||
|
||||
const logout = () => {
|
||||
clearToken()
|
||||
clearToken();
|
||||
clearUser();
|
||||
changeAuthState(false);
|
||||
changeInitAuth(true);
|
||||
|
||||
Reference in New Issue
Block a user