Login bug fix for OOP and module bundling architecture complete.

This commit is contained in:
2024-09-17 17:21:01 +01:00
parent 798cb59e8c
commit 2954b2050c
8 changed files with 158 additions and 66 deletions

View File

@@ -131,6 +131,7 @@ export default class BasePage {
console.log('sending data to user login controller: ');
console.log(dataRequest);
*/
// let page = this;
API.loginUser()
.then((response) => {
if (response.Success) {