Files
cloudron-box/src/oidc_templates/interaction.ejs

17 lines
213 B
Plaintext
Raw Normal View History

2023-03-11 17:22:27 +01:00
<html>
<head>
<title>Consent</title>
</head>
<body>
<h1>Cloudron Login</h1>
<form method="post" action="<%= submitUrl %>">
<button type="submit">Authorize</button>
</form>
</body>
</html>