|
|
@ -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 |
|
|
|