2026-03-13 13:21:01 +05:30
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
2026-03-18 10:58:00 +01:00
|
|
|
<head>
|
2026-03-18 11:13:21 +01:00
|
|
|
<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>
|
2026-03-13 13:21:01 +05:30
|
|
|
</html>
|