This commit is contained in:
2018-11-14 22:30:03 +00:00
parent 6f6b49a793
commit 2f92d587e4
5 changed files with 36 additions and 13 deletions

View File

@@ -59,6 +59,8 @@ export default {
this.$router.replace({ name: "home" });
})
.catch(function(error) {
/* eslint-disable-next-line */
console.log(error);
alert("login failed: " + error);
});
}