From e84fe8387eae354c32dbb1c0bec733e7967d4f12 Mon Sep 17 00:00:00 2001 From: Tracker-Friendly Date: Thu, 18 Apr 2024 16:43:32 +0100 Subject: [PATCH] Add to dashboard --- static/js/dashboard.js | 1 + templates/dashboard.html | 2 ++ 2 files changed, 3 insertions(+) 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:

+