all bugs removed
This commit is contained in:
@@ -5,5 +5,5 @@ export const AuthContext = React.createContext<{
|
||||
setIsAuthenticated: (auth: boolean) => void;
|
||||
}>({
|
||||
isAuthenticated: false,
|
||||
setIsAuthenticated: () => { },
|
||||
setIsAuthenticated: () => {},
|
||||
});
|
||||
|
Reference in New Issue
Block a user