This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user