Fix: fail to login - not activated, over date
This commit is contained in:
@@ -11,6 +11,7 @@ function login() {
|
||||
(jsonData) => {
|
||||
maestroID = jsonData["maestroID"];
|
||||
sessionStorage.setItem("maestroID", maestroID);
|
||||
|
||||
location.href = './../maestro/main_menu.html';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user