This commit is contained in:
2019-04-19 20:57:06 +00:00
parent 56f8ee0a35
commit 2a15d8e1aa
6 changed files with 39 additions and 33 deletions

View File

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