Destroying messages and notifications after logout (#817)

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
davidjumani 2020-10-28 10:13:35 +05:30 committed by Rohit Yadav
parent 157e4a0dbe
commit b6715375fb
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ const user = {
Vue.ls.remove(ASYNC_JOB_IDS)
logout(state.token).then(() => {
message.destroy()
if (cloudianUrl) {
window.location.href = cloudianUrl
} else {