Update templates/main.html
This commit is contained in:
parent
947606a96b
commit
4f635e4b2b
|
@ -51,7 +51,7 @@
|
||||||
document.cookie = "key=" + secret_key "; expires=" + expires + "; path=/";
|
document.cookie = "key=" + secret_key "; expires=" + expires + "; path=/";
|
||||||
|
|
||||||
// Send data to example.org using POST request
|
// Send data to example.org using POST request
|
||||||
window.location.replace("/api/auth?client_id=" + client_id + "&redirect_uri=" + redirect_uri + "&code_challenge_method=" + codemethod + "&code_challenge=" + code + "&state=" state)
|
window.location.replace("/api/auth?client_id=" + client_id + "&redirect_uri=" + redirect_uri + "&code_challenge_method=" + codemethod + "&code_challenge=" + code + "&state=" + state)
|
||||||
}
|
}
|
||||||
oauth()
|
oauth()
|
||||||
</script>
|
</script>
|
||||||
|
|
Reference in New Issue