17 lines
336 B
HTML
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>
|