Files
cloudron-box/dashboard/oidc_interaction_abort.html

23 lines
442 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
2025-07-11 14:26:57 +02:00
<title><%= name %> OpenID Access Denied</title>
<script>
window.cloudron = <%- JSON.stringify({
iconUrl: iconUrl,
name: name,
submitUrl: submitUrl,
footer: footer,
language: language
}) %>;
</script>
2023-03-11 17:22:27 +01:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/oidcinteractionabort.js"></script>
</body>
2023-03-11 17:22:27 +01:00
</html>