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