Fix bug when validate simple users account

This commit is contained in:
Djery-Tom 2021-06-03 18:41:09 +01:00
parent 757e9881f0
commit 4efb93c475
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ if($postdata!=null && isset($request->tag)){
echo json_encode(['error'=>3,'error_msg'=>'type manquant']);
break;
}
break;
case 'all_towns_by_indicatif':
getListTownsCountry($request);
break;

View File

@ -44,6 +44,7 @@ if($postdata!=null && isset($request->tag)){
break;
case "valider_simple":
validateUserSimple($request);
break;
case 'create_supervisor':
case 'create_geolocated_user':
createAgent($request);