Add to dashboard
This commit is contained in:
parent
8814387151
commit
e84fe8387e
|
@ -13,6 +13,7 @@ function attempt() {
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
appId: document.getElementById("appidbox").value,
|
appId: document.getElementById("appidbox").value,
|
||||||
|
rdiruri: document.getElementById("rdiruribox").value,
|
||||||
secretKey: localStorage.getItem("DONOTSHARE-secretkey")
|
secretKey: localStorage.getItem("DONOTSHARE-secretkey")
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
<p id="status"></p>
|
<p id="status"></p>
|
||||||
<p>AppID:</p>
|
<p>AppID:</p>
|
||||||
<input id="appidbox">
|
<input id="appidbox">
|
||||||
|
<p>Redirect URI:</p>
|
||||||
|
<input id="rdiruribox">
|
||||||
<button onclick="attempt()">Submit</button>
|
<button onclick="attempt()">Submit</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="oauthlist" id="oauthlist">
|
<div class="oauthlist" id="oauthlist">
|
||||||
|
|
Reference in New Issue