This commit is contained in:
2019-12-20 21:02:24 +00:00
parent ef99023266
commit c0f10a3a2c
40 changed files with 288 additions and 378 deletions

View File

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