Skip to content
This repository was archived by the owner on Jan 20, 2021. It is now read-only.

Commit 0a7cd7e

Browse files
authored
Destroying messages and notifications after logout (#817)
1 parent 76b28c7 commit 0a7cd7e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/store/modules/user.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ const user = {
237237
Vue.ls.remove(ASYNC_JOB_IDS)
238238

239239
logout(state.token).then(() => {
240+
message.destroy()
240241
if (cloudianUrl) {
241242
window.location.href = cloudianUrl
242243
} else {

0 commit comments

Comments
 (0)