Skip to content

Commit

Permalink
Removed API which unfortunately was checked-in by accident
Browse files Browse the repository at this point in the history
Like an idiot, I forgot to remove my API credentials before checking in
my code. This commit removes them and don't worry - They are no longer
valid as I had to regenerate them. This should be a lesson.
  • Loading branch information
engeld committed May 21, 2020
1 parent d4d336c commit 694f962
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/cc/engeld/traktaverage/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
*/
public class App
{
// protected static final String API_KEY = "e671fcd13abf819e7aa221602c8edb077990179c0f70e904ab9d4b17262bba93";
// protected static final String CLIENT_SECRET = "d590f595fda389db5ca36a2f365f2a76008cdb1feef966b1c0856ee9d29d5127";
// protected static final String REDIRECT_URI = "urn:ietf:wg:oauth:2.0:oob";

private static final String CLIENT_ID = "";
private static final String CLIENT_SECRET = "";
private static final String DEVICE_CODE = "";
Expand Down

0 comments on commit 694f962

Please sign in to comment.