Fix more ejs usage in oidc device login views

This commit is contained in:
Johannes Zellner
2026-03-18 11:13:21 +01:00
parent 9633036887
commit 1b1328c601
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title><%= name %> OpenID Device Sign-in</title>
<title>OpenID Device Sign-in</title>
<script>
window.cloudron = <%- JSON.stringify({ message, form }) %>;