mirror of https://github.com/apache/cloudstack.git
Destroying messages and notifications after logout (#817)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
157e4a0dbe
commit
b6715375fb
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue