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

17 lines
319 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> OpenID Device Sign-in</title>
<script>
window.cloudron = <%- JSON.stringify({ message, form }) %>;
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/oidcdeviceinput.js"></script>
</body>
</html>