Files
cloudron-box/src/oidc_templates/interaction.ejs
2023-03-19 13:08:06 +01:00

17 lines
213 B
Plaintext

<html>
<head>
<title>Consent</title>
</head>
<body>
<h1>Cloudron Login</h1>
<form method="post" action="<%= submitUrl %>">
<button type="submit">Authorize</button>
</form>
</body>
</html>