This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* eslint-disable */
|
||||
/* Xeslint-disable */
|
||||
import apiUtil from "./apiutil";
|
||||
import { processLogin, processLogout } from "../utils/authutil";
|
||||
|
||||
|
||||
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user