fixing routing on logout
This commit is contained in:
@@ -83,7 +83,7 @@ export function AuthProvider({ children }) {
|
||||
|
||||
Promise.resolve(await signOut(auth));
|
||||
|
||||
router.push("/teams/landing");
|
||||
router.push("/");
|
||||
};
|
||||
|
||||
const value = {
|
||||
|
||||
Reference in New Issue
Block a user