Fix: fail to login - not activated, over date

This commit is contained in:
2018-07-19 11:46:40 +09:00
parent c2f478c97f
commit 93a1332f4d
2 changed files with 49 additions and 25 deletions
@@ -11,6 +11,7 @@ function login() {
(jsonData) => {
maestroID = jsonData["maestroID"];
sessionStorage.setItem("maestroID", maestroID);
location.href = './../maestro/main_menu.html';
},