ui: Toggle Theme to default(light) on login (#6299)

This commit is contained in:
Pearl Dsilva 2022-04-22 16:34:18 +05:30 committed by GitHub
parent 974e57a7c2
commit 54a181fe6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ router.beforeEach((to, from, next) => {
} else {
next({ path: redirect })
}
store.dispatch('ToggleTheme', 'light')
})
})
.catch(() => {