Restyle oidc device login views

This commit is contained in:
Johannes Zellner
2026-03-18 11:41:05 +01:00
parent 1b1328c601
commit 1ca62dd38e
7 changed files with 60 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
<title>OpenID Device Sign-in</title>
<script>
window.cloudron = <%- JSON.stringify({ message, form }) %>;
window.cloudron = <%- JSON.stringify({ name, message, form }) %>;
</script>
</head>