mirror of https://github.com/apache/cloudstack.git
ui: Toggle Theme to default(light) on login (#6299)
This commit is contained in:
parent
974e57a7c2
commit
54a181fe6b
|
|
@ -78,6 +78,7 @@ router.beforeEach((to, from, next) => {
|
|||
} else {
|
||||
next({ path: redirect })
|
||||
}
|
||||
store.dispatch('ToggleTheme', 'light')
|
||||
})
|
||||
})
|
||||
.catch(() => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue