This commit is contained in:
2020-01-06 18:59:42 +00:00
parent f47943f1f3
commit 8955a56149
4 changed files with 16 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ export default {
auth
.authenticate(this.input.username, this.input.password)
.then(() => {
vm.$router.push("/home-dashboard");
vm.$router.push(vm.$store.state.homePage);
})
.catch(function handleCaughtLoginError(error) {
/* xeslint-disable-next-line */