Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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.
//
Expand Down