Login bug fix for OOP and module bundling architecture complete.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user