htdocs/oauth.html (
9
lines of code) (
raw
):
<h1>OAuth gateway</h1> <div id="response"> Logging you in, please wait... </div> <script> document.body.onload = () => { OAuthGate(); } </script>