Files
cloudron-box/dashboard/oidc_interaction_confirm.html

20 lines
302 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2025-07-11 14:26:57 +02:00
<title>Authorize <%= name %></title>
</head>
2023-03-11 17:22:27 +01:00
<body>
2025-07-11 14:26:57 +02:00
<form id="submitForm" method="post" action="<%- submitUrl %>">
<!-- <button type="submit"></button> -->
</form>
<script>
document.getElementById('submitForm').submit();
</script>
2023-03-11 17:22:27 +01:00
</body>
</html>