17 lines
329 B
HTML
17 lines
329 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title><%= name %> OpenID Device Success</title>
|
|
|
|
<script>
|
|
window.cloudron = <%- JSON.stringify({ iconUrl, name, footer }) %>;
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/oidcdevicesuccess.js"></script>
|
|
</body>
|
|
</html>
|