* Fix auth

* fix lint
This commit is contained in:
Charles Bochet
2023-07-07 05:11:04 +02:00
committed by GitHub
parent f6cf416bb2
commit 11d18cc269
4 changed files with 10 additions and 7 deletions

View File

@ -21,7 +21,6 @@ export function SettingsNavbar() {
const handleLogout = useCallback(() => {
logout();
window.location.href = '/';
}, [logout]);
return (