Directly redirect to the openid auth provider if that's the only auth method
This commit is contained in:
parent
a5687d78f5
commit
3aa316988b
5 changed files with 49 additions and 16 deletions
|
|
@ -56,7 +56,9 @@ export default {
|
|||
},
|
||||
beforeCreate() {
|
||||
this.$store.dispatch('config/update')
|
||||
this.$store.dispatch('auth/checkAuth')
|
||||
.then(() => {
|
||||
this.$store.dispatch('auth/checkAuth')
|
||||
})
|
||||
|
||||
setLanguage()
|
||||
},
|
||||
|
|
|
|||
Reference in a new issue