formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-08-13 09:23:20 +03:30
parent 10179dc726
commit f1ed5fa7ab
5 changed files with 7001 additions and 5295 deletions

View File

@@ -62,7 +62,7 @@ export const AuthProvider = ({ children }) => {
}, []);
const logout = () => {
clearToken()
clearToken();
clearUser();
changeAuthState(false);
changeInitAuth(true);