1. Bug fix for login button navigation.

This commit is contained in:
2024-09-17 17:07:33 +01:00
parent 7668c35354
commit 47e149c88f

View File

@@ -132,7 +132,7 @@ export default class BasePage {
console.log(dataRequest); console.log(dataRequest);
*/ */
API.loginUser() API.loginUser()
.then(function(response) { .then((response) => {
if (response.Success) { if (response.Success) {
this.router.navigateToUrl(response[keyCallback], null, false); // window.app. this.router.navigateToUrl(response[keyCallback], null, false); // window.app.
} else { } else {