Trying to fix the auto CP

This commit is contained in:
tidusjar 2016-09-18 17:39:57 +01:00
commit b97e8d5cf7
3 changed files with 3 additions and 2 deletions

View file

@ -171,7 +171,7 @@
generateNotify("Success!", "success");
$('#ApiKey').val(response.apiKey);
} else {
generateNotify(response.message, "warning");
generateNotify("Could not automatically get the API key", "warning");
}
},
error: function (e) {