diff --git a/src/main/resources/static/js/oauthCallback.js b/src/main/resources/static/js/oauthCallback.js
index f240f5b..8bec1ac 100644
--- a/src/main/resources/static/js/oauthCallback.js
+++ b/src/main/resources/static/js/oauthCallback.js
@@ -2,6 +2,7 @@
var hash = window.location.hash.replace("#","").split("&");
var discordToken = "";
+debugger;
hash.forEach(function (value) {
if(value.indexOf("access_token") !== -1){
diff --git a/src/main/resources/templates/oauthCallback.html b/src/main/resources/templates/oauthCallback.html
index c256aeb..5031ddc 100644
--- a/src/main/resources/templates/oauthCallback.html
+++ b/src/main/resources/templates/oauthCallback.html
@@ -55,10 +55,10 @@
+
-