From d82d356d9136f35ecfff1c6342d66704a3f49d5f Mon Sep 17 00:00:00 2001 From: Sebastien Date: Fri, 30 Nov 2018 19:36:07 +0200 Subject: [PATCH] test --- src/main/resources/static/js/oauthCallback.js | 1 + src/main/resources/templates/oauthCallback.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 @@ + -