Files
cloudron-box/dashboard/oidc_device_input.html

17 lines
313 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
2026-03-18 10:58:00 +01:00
<head>
<title>OpenID Device Sign-in</title>
2026-03-18 10:58:00 +01:00
<script>
2026-03-18 11:41:05 +01:00
window.cloudron = <%- JSON.stringify({ name, message, form }) %>;
2026-03-18 10:58:00 +01:00
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/oidcdeviceinput.js"></script>
</body>
</html>