diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d00eb357..13f68e91 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -22,10 +22,9 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019 # OUTSTANDING MAJOR AREAS TO BETA -rockfish b4beta cases - -todo: super red warning screen about erase database, no possible mistake of doing it by accident. - +todo: fresh boot no license should pre fill super user password and login as there is no list offered and it's a high barrier to find it + actually, any time the license is not the actual purchased one it should pre-fill I think + # OUTSTANDING BEFORE RELEASE todo: test with licensed key to ensure evaluate is gone and everything works logging in as each user to regular home page diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 6474fc49..258ec7d1 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************