add the documentation window as the main page (#795)
Co-authored-by: elsiosanchez <elsiosanche@gmail.com>pull/3759/head
parent
f45a57178a
commit
06d969cbb8
|
@ -182,7 +182,7 @@ export default {
|
|||
this.$store.dispatch('user/login', this.loginForm)
|
||||
.then(() => {
|
||||
this.$router.push({
|
||||
path: this.redirect || '/',
|
||||
path: this.redirect || '/documentation',
|
||||
query: this.otherQuery
|
||||
}, () => {})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue