Skip to content

Commit

Permalink
Fix Sign In Again button
Browse files Browse the repository at this point in the history
(Thanks SuzuKube/OtakuGaming.fr)
  • Loading branch information
LordTocs committed Jul 13, 2024
1 parent 059dd81 commit ff6f630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/twitch/main/src/twitch-auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export class TwitchAccount extends Account<TwitchAccountSecrets, TwitchAccountCo

private forceLogin(scopes: string[]) {
return new Promise<string>((resolve, reject) => {
const authUrl = this.getAuthURL(scopes, false)
const authUrl = this.getAuthURL(scopes, true)

const window = new BrowserWindow({
width: 600,
Expand Down

0 comments on commit ff6f630

Please sign in to comment.