mirror of
https://github.com/apache/cloudstack
synced 2026-08-09 08:03:16 +00:00
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
Block a user