Skip to content

Commit

Permalink
Update twitchLogin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiszh authored Sep 28, 2024
1 parent e1a0b6a commit 0e03ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitchLogin.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const CLIENT_ID = 'gz5gg29dnfwl0n2cai4w41bt1ai0yp'; // Your Twitch client ID
const REDIRECT_URI = 'https://fiszh.github.io/YAUTC/callback';
const CLIENT_ID = 'gz5gg29dnfwl0n2cai4w41bt1ai0yp';
const REDIRECT_URI = 'https://fiszh.github.io/YAUTC/';
const AUTH_URL = 'https://id.twitch.tv/oauth2/authorize';

// Function to set a cookie
Expand Down

0 comments on commit 0e03ef7

Please sign in to comment.