mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Trying to fix the auto CP
This commit is contained in:
parent
465b24e6b0
commit
b97e8d5cf7
3 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue