Fix json error display

This commit is contained in:
dinamiko 2022-05-31 15:53:39 +02:00
parent 8cffaf9826
commit 5ccc49a4a8

View file

@ -88,7 +88,7 @@ const ppcp_onboarding = {
return res.json();
}).then((data)=>{
if (!data.success) {
alert('Could not update signup buttons: ' + data);
alert('Could not update signup buttons: ' + JSON.stringify(data));
return;
}