Files
cloudron-box/dashboard/oidc_error.html
2026-03-18 10:58:12 +01:00

17 lines
336 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> OpenID Error</title>
<script>
window.cloudron = <%- JSON.stringify({ iconUrl, name, errorMessage, footer, language }) %>;
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/oidcerror.js"></script>
</body>
</html>