diff --git a/src/src/app/view/twitch/twitch-bot-config/twitch-bot-config.component.ts b/src/src/app/view/twitch/twitch-bot-config/twitch-bot-config.component.ts index fe69767..3390aa4 100644 --- a/src/src/app/view/twitch/twitch-bot-config/twitch-bot-config.component.ts +++ b/src/src/app/view/twitch/twitch-bot-config/twitch-bot-config.component.ts @@ -128,6 +128,8 @@ export class TwitchBotConfigComponent implements OnInit, OnDestroy { if (redirect) { this.timerId = setTimeout(() => { + clearTimeout(this.timerId); + // Need to use window.location here instead of the router because otherwise the external javascript from Google // doesn't reload on the login page, and you can't retry your login until you refresh. //