Files
cloudron-box/dashboard/oidc_interaction_confirm.html
T

27 lines
596 B
HTML
Raw Normal View History

2023-03-13 17:11:03 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2023-03-13 17:11:03 +01:00
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
2024-12-13 23:34:26 +01:00
<title>Authorize ##NAME##</title>
2023-03-13 17:11:03 +01:00
2024-12-14 23:20:21 +01:00
<link rel="icon" href="/api/v1/cloudron/avatar">
<link rel="apple-touch-icon" href="/api/v1/cloudron/avatar">
</head>
2023-03-11 17:22:27 +01:00
<body>
2024-12-13 23:34:26 +01:00
<form id="submitForm" method="post" action="##SUBMIT_URL##">
2023-06-20 19:58:09 +02:00
<!-- <button type="submit"></button> -->
</form>
<script>
document.getElementById('submitForm').submit();
</script>
2023-03-11 17:22:27 +01:00
</body>
</html>