This commit is contained in:
2018-11-08 21:32:31 +00:00
parent 25a618e73c
commit e694ed8be8
2 changed files with 8 additions and 4 deletions

View File

@@ -53,7 +53,8 @@ export default {
auth
.authenticate(this.input.username, this.input.password)
.then(response => {
logger.log("LOGIN.VUE::login() -> SUCCESS", response);
//logger.log("LOGIN.VUE::login() -> SUCCESS", response);
this.$router.replace({ name: "home" });
})
.catch(function(error) {
logger.log("LOGIN.VUE::login() !CATCH! -> Request failed", error);