Sign in
apache
/
infrastructure-selfserve-portal
/
refs/heads/cml/fix-regex
/
.
/
htdocs
/
oauth.html
blob: 781c92ed1142d5214110be11e7b3c67bd685bfeb [
file
] [
log
] [
blame
]
<h1>
OAuth gateway
</h1>
<div
id
=
"response"
>
Logging you in, please wait...
</div>
<script>
document
.
body
.
onload
=
()
=>
{
OAuthGate
();
}
</script>