forked from mirrors/easyappointments
Updated the HTTP URL of the login page js
This commit is contained in:
parent
c00bfd9948
commit
3607574e04
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue