From 06d969cbb8fe2298af75a3298181ec7055077adc Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Mon, 3 May 2021 08:52:54 -0400 Subject: [PATCH] add the documentation window as the main page (#795) Co-authored-by: elsiosanchez --- src/views/login/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index b7b4c48c..68be1972 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -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 }, () => {}) })