|
|
|
|
@ -44,7 +44,7 @@ export const GET: RequestHandler = async (event) => {
|
|
|
|
|
<style>
|
|
|
|
|
:root { color-scheme: light dark; }
|
|
|
|
|
body {
|
|
|
|
|
font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
|
|
|
|
|
font-family: sans-serif;
|
|
|
|
|
padding: 2rem;
|
|
|
|
|
background: #ffffff;
|
|
|
|
|
color: #111111;
|
|
|
|
|
@ -66,8 +66,8 @@ export const GET: RequestHandler = async (event) => {
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="card">
|
|
|
|
|
<h1>Acceso seguro</h1>
|
|
|
|
|
<p>Para continuar, pulsa “Continuar”. Si no funciona, asegúrate de abrir este enlace en tu navegador.</p>
|
|
|
|
|
<h1>Acceso a las tareas</h1>
|
|
|
|
|
<p>Pulsa “Continuar”. Si no funciona, copia y pega el enlace en tu navegador.</p>
|
|
|
|
|
<form method="POST" action="/login">
|
|
|
|
|
<input type="hidden" name="token" value="${escapeHtml(token)}" />
|
|
|
|
|
<input type="hidden" id="nonceInput" name="nonce" value="${escapeHtml(nonce)}" />
|
|
|
|
|
|