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:41:05 +01:00
|
|
|
<title>OpenID Confirm</title>
|
2026-03-18 10:58:00 +01:00
|
|
|
|
|
|
|
|
<script>
|
2026-03-18 11:41:05 +01:00
|
|
|
window.cloudron = <%- JSON.stringify({ name, clientName, userCode, form }) %>;
|
2026-03-18 10:58:00 +01:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<div id="app"></div>
|
|
|
|
|
<script type="module" src="/src/oidcdeviceconfirm.js"></script>
|
|
|
|
|
</body>
|
2026-03-13 13:21:01 +05:30
|
|
|
</html>
|