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 apiUtil from "./apiutil";
import { processLogin, processLogout } from "../utils/authutil"; import { processLogin, processLogout } from "../utils/authutil";

View File

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

View File

@@ -32,11 +32,7 @@ WEEK OF 2018-11-12 - RAVEN shell start work. YAY!
NEXT UP / CURRENTLY WORKING ON: NEXT UP / CURRENTLY WORKING ON:
- apiurl handling (really only matters for development, there is no scenario yet where it would matter in release) - About page with server license info, server version / client version
- 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
- Also should show or have link to go to the local error log "Support information" view - 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 - 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 - Dummy form with all RAVEN required input controls on it for testing