Skip to content

Commit

Permalink
Switch to OGS twitch client id
Browse files Browse the repository at this point in the history
  • Loading branch information
anoek committed Aug 8, 2024
1 parent 61f2d1b commit 398387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/GoTV/useTwitchIntegration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { usePreference } from "preferences";

// Client ID will need to be the OGS client ID, probably from environment variable?
// Redirect URI also needs to match the allowed redirect URIs in the console at dev.twitch.tv
const TWITCH_CLIENT_ID = "z00yx3qzdzkh10c6nxku6tqm1pxrgv"; // cspell:disable-line
const TWITCH_CLIENT_ID = "xvy1fywrxk9si1l88ba4otjo239ho8"; // cspell:disable-line
const REDIRECT_URI = `${window.location.protocol}//${window.location.host}/settings/gotv`;

export interface FollowedChannel {
Expand Down

0 comments on commit 398387c

Please sign in to comment.