diff --git a/static/index.js b/static/index.js index 14aecb2..ca99cb4 100644 --- a/static/index.js +++ b/static/index.js @@ -34,7 +34,7 @@ function new_api_key() { $("#new-api-key").before(template); // $("#new-api-key").before("
  • " + data.api_key.key + "
  • "); } else { - console.log(data); // NOTE TEMPORARY (need to handle errors better) + console.log(status, data); // NOTE TEMPORARY (need to handle errors better) } }); }