Fixed logout redirect

This commit is contained in:
2021-08-21 09:30:02 +02:00
parent 8ed16adeff
commit 29c4b0013a

View File

@@ -46,7 +46,7 @@ const userStore = () => {
// //
return state; return state;
}); });
location.replace("/"); location.replace("./");
} }
}; };