kanidm/scripts/oauth_proxy/index.html
James Hodgkinson e02328ae8b
Splitting the SPAs (#2219)
* doing some work for enumerating how the accounts work together
* fixing up build scripts and removing extra things
* making JavaScript as_tag use the struct field names
* making shared.js a module, removing wasmloader.js
* don't compress compressed things
2023-10-27 06:03:58 +00:00

13 lines
263 B
HTML

<html>
<head>
<title>OAuth Test Proxy</title>
</head>
<body>
<h1>Success!</h1>
<p>You have successfully authenticated with the OAuth proxy.</p>
<p>🦀Crabs🦀 and 🎂Cakes🎂 for everyone!</p>
</body>
</html>