git push orgranization

This commit is contained in:
ilmedova 2023-04-25 15:06:22 +05:00
parent 831d88bba3
commit fa6410a801
1 changed files with 2 additions and 2 deletions

View File

@ -70,10 +70,10 @@ function onScanSuccess(decodedText, decodedResult) {
},
success: function (response) {
if(response.success == true){
alert(response.data.name + " " + response.data.surname + ": " + "Allowed (photo and filming)");
alert(response.data.name + " - " + response.data.organization + ": " + "Allowed (photo and filming)");
}
else{
alert(response.data.name + " " + response.data.surname + ": " + "Not allowed (photo and filming)");
alert(response.data.name + " - " + response.data.organization + ": " + "Not allowed (photo and filming)");
}
},
dataType: "json"