diff --git a/src/web/src/pages/main/Page.vue b/src/web/src/pages/main/Page.vue index a26ce03..e6dfafb 100644 --- a/src/web/src/pages/main/Page.vue +++ b/src/web/src/pages/main/Page.vue @@ -189,9 +189,9 @@ async function notificationRefresh() { // action logout async function actionUserLogout() { + appStore.setAccessToken(null); let client = ApiClient.getClient(); await client.userLogout(); - appStore.setAccessToken(null); } // action switch content