This commit is contained in:
2019-12-18 22:39:18 +00:00
parent 607207dce4
commit 3e7b927118
8 changed files with 19 additions and 42 deletions

View File

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