From 8bab9e4fe695b1f109c1de8b692dc1d6be9ea6ec Mon Sep 17 00:00:00 2001 From: Jarran2R Date: Tue, 13 Aug 2024 03:14:52 -0700 Subject: [PATCH] modified: auth.js this replaceState() is getting me a bit mad --- auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth.js b/auth.js index 47f5c1d..cfe18d0 100644 --- a/auth.js +++ b/auth.js @@ -1,6 +1,6 @@ const CLIENT_ID = 'dl6k4oj0aiuyymn19opsclt6xyykbc'; const OAUTH_TOKEN = window.location.hash.split('access_token=')[1] ? window.location.hash.split('access_token=')[1].split('&')[0] : ""; -window.history.replaceState(window.history.state, "", "/osu-nppp"); +window.history.replaceState(window.history.state, "", "/osu-nppp/"); var BOT_USER_ID; // This is the User ID of the chat bot var CHAT_CHANNEL_USER_ID; // This is the User ID of the channel that the bot will join and listen to chat messages of