Skip to content

Commit

Permalink
Update auth.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarran2R authored Aug 15, 2024
1 parent 7a6936f commit d259182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auth.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const CLIENT_ID = 'dl6k4oj0aiuyymn19opsclt6xyykbc';
const CLIENT_ID = 'dl6k4oj0aiuyymn19opsclt6xyykbc'; // this is entirely safe for me to show, view #9 at https://dev.twitch.tv/docs/authentication/register-app/
const OAUTH_TOKEN = window.location.hash.split('access_token=')[1] ? window.location.hash.split('access_token=')[1].split('&')[0] : "";
window.history.replaceState(window.history.state, "", "/osu-nppp/");

Expand Down Expand Up @@ -67,4 +67,4 @@ async function getBotId() {
} catch (error) {
throw new Error(error);
};
};
};

0 comments on commit d259182

Please sign in to comment.