Back to home
Welcome back
Sign in to your account to continue
{ if (res.ok) { window.location.href = '/admin'; } else if (res.status === 429) { error = 'Too many attempts. Please wait a minute and try again.'; loading = false; } else { const ct = res.headers.get('content-type') || ''; if (ct.includes('application/json')) { return res.json().then(j => { error = (j && j.error) || 'Failed to sign in'; loading = false; }); } return res.text().then(text => { error = text || 'Failed to sign in'; loading = false; }); } }) .catch(() => { error = 'An error occurred'; loading = false; }); " data-astro-cid-cj4bt2fj>
Email
Password
Sign in
Signing in...
Don't have an account?
Sign up