I have the following hook:
const useAuth = () => { const [auth, setAuth] = useState({ isAuthenticated: false, accountType: \'anonymous\', use