diff --git a/static/js/dashboard.js b/static/js/dashboard.js index d7b4660..9eb6db0 100644 --- a/static/js/dashboard.js +++ b/static/js/dashboard.js @@ -13,6 +13,7 @@ function attempt() { }, body: JSON.stringify({ appId: document.getElementById("appidbox").value, + rdiruri: document.getElementById("rdiruribox").value, secretKey: localStorage.getItem("DONOTSHARE-secretkey") }) }) diff --git a/templates/dashboard.html b/templates/dashboard.html index 9d089c7..1caa15f 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -10,6 +10,8 @@

AppID:

+

Redirect URI:

+