|
@@ -262,6 +262,7 @@ function logout() {
|
|
.then(() => {
|
|
.then(() => {
|
|
userStore.logOut().then(() => {
|
|
userStore.logOut().then(() => {
|
|
location.href = "/index";
|
|
location.href = "/index";
|
|
|
|
+ sessionStorage.removeItem("tags-view_sd");
|
|
});
|
|
});
|
|
})
|
|
})
|
|
.catch(() => {});
|
|
.catch(() => {});
|