Updated the HTTP URL of the login page js

This commit is contained in:
Alex Tselegidis 2021-12-10 08:39:42 +01:00
parent c00bfd9948
commit 3607574e04
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
function onLoginFormSubmit(event) {
event.preventDefault();
const url = GlobalVariables.baseUrl + '/index.php/user/ajax_check_login';
const url = GlobalVariables.baseUrl + '/index.php/login/validate';
const data = {
csrfToken: GlobalVariables.csrfToken,