1. Bug fix for login button navigation.

This commit is contained in:
2024-09-17 17:07:33 +01:00
parent 6f6bea00f9
commit 798cb59e8c

View File

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