Fixed a bug

This commit is contained in:
ION606
2022-10-11 08:43:54 -04:00
parent 1f717bf78e
commit 37babea300
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -123,7 +123,7 @@
xhr.setRequestHeader('sessionid', window.localStorage.getItem("sessionId"));
xhr.onloadend = (e) => {
// window.sessionStorage.setItem('serverInfo', (xhr.response));
window.location = 'https://www.selmerbot.com/dashboard.html';
window.location = 'https://www.selmerbot.com/dashboard';
}
xhr.send();
}