Removed unused function

This commit is contained in:
Nicolai Ort 2021-08-21 08:35:18 +02:00
parent 84ab757e11
commit b57aa535de
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
1 changed files with 0 additions and 3 deletions

View File

@ -47,9 +47,6 @@ const userStore = () => {
return state;
});
location.replace("/");
},
getCurrent(){
return state;
}
};