This commit is contained in:
2018-11-15 00:54:54 +00:00
parent 5b680221a7
commit e479964fce
3 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
/* eslint-disable */
/* Xeslint-disable */
import apiUtil from "./apiutil";
import { processLogin, processLogout } from "../utils/authutil";

View File

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