We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb214a9 commit d75c502Copy full SHA for d75c502
static/index.html
@@ -33,6 +33,7 @@
33
</tr>
34
</table>
35
<input type="button" value="OK" onclick="goToLogin()">
36
+ <input type="button" value="RESET" onclick="resetFields()">
37
<script src="/js/index.js" type="text/javascript"></script>
38
</body>
39
</html>
static/index.js
@@ -46,7 +46,6 @@ function resetFields() {
46
document.getElementById("client_id").value = "";
47
document.getElementById("redirect_uri").value = "";
48
document.getElementById("scope").value = "openid profile offline_access";
49
- saveFieldsToCookie();
50
}
51
52
function getLoginUrl() {
0 commit comments