Fixed logout redirect

This commit is contained in:
Nicolai Ort 2021-08-21 09:30:02 +02:00
parent 8ed16adeff
commit 29c4b0013a
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 1 additions and 1 deletions

View File

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