In my testing this fixes the redirect loop on logout
This commit is contained in:
@ -51,7 +51,6 @@ const Auth = ({ children }: Props) => {
|
||||
}
|
||||
|
||||
stores.auth.logout();
|
||||
window.location.href = BASE_URL;
|
||||
return null;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user