Updated the HTTP URL of the account settings page js

This commit is contained in:
Alex Tselegidis 2021-12-10 08:40:53 +01:00
parent 3607574e04
commit 5c3336f214

View file

@ -63,7 +63,7 @@
return; // Validation failed, do not proceed.
}
var url = GlobalVariables.baseUrl + '/index.php/settings/current_user/save';
var url = GlobalVariables.baseUrl + '/index.php/account_settings/save';
var data = {
csrfToken: GlobalVariables.csrfToken,