More userstore fixes

ref #1
This commit is contained in:
2021-08-21 08:34:54 +02:00
parent cd3508dcb6
commit 84ab757e11
6 changed files with 31 additions and 16 deletions

View File

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