This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user