diff --git a/app/ayanova/src/api/auth.js b/app/ayanova/src/api/auth.js index 1f231d68..d3718a61 100644 --- a/app/ayanova/src/api/auth.js +++ b/app/ayanova/src/api/auth.js @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* Xeslint-disable */ import apiUtil from "./apiutil"; import { processLogin, processLogout } from "../utils/authutil"; diff --git a/app/ayanova/src/views/login.vue b/app/ayanova/src/views/login.vue index 844d35a2..012afaca 100644 --- a/app/ayanova/src/views/login.vue +++ b/app/ayanova/src/views/login.vue @@ -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); }); } diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 56a05e93..a61dee2d 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -31,12 +31,8 @@ WEEK OF 2018-11-12 - RAVEN shell start work. YAY! // eslint-disable-next-line NEXT UP / CURRENTLY WORKING ON: - - - apiurl handling (really only matters for development, there is no scenario yet where it would matter in release) - - if teh current page was loaded from http://localhost:8080/login then apiurl is automatically set to apiUrl:"http://localhost:7575/api/v8.0/" - - otherwise it just uses the current page url fixed up with the api path instead - - About page with license info, server version / client version + - About page with server license info, server version / client version - Also should show or have link to go to the local error log "Support information" view - Add an error log view that a user can go to without logging in that shows the local error log - Dummy form with all RAVEN required input controls on it for testing