Skip to content

Commit e47039c

Browse files
committed
.
1 parent f100bdb commit e47039c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sources/websocket/twitch.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,9 @@ try{
962962
}
963963
syncThirdPartyEmotesForChannel(true);
964964
token = hashMatch(/access_token=(\w+)/);
965+
if (token) {
966+
cleanHostedAuthHash();
967+
}
965968
if (sessionStorage.twitchOAuthState == state) {
966969
verifyAndUseToken(token);
967970
} else {

0 commit comments

Comments
 (0)