index.html
unknown
html
4 years ago
273 B
4
Indexable
<html> <header> <script src="http://localhost:3000/auth.js"></script> </header> <body> UserInfo: <div><script>document.write(JSON.stringify(userInfo));</script></div> Token: <div><script>document.write(accessToken);</script></div> </body> </html>
Editor is loading...