Login bug fix for OOP and module bundling architecture complete.

This commit is contained in:
2024-09-17 17:21:01 +01:00
parent 47e149c88f
commit d37f632c92
6 changed files with 16 additions and 14 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) {