--- import Layout from '../layouts/Layout.astro'; import { Icon } from 'astro-icon/components'; if (Astro.locals.user) { return Astro.redirect('/dashboard'); } const error = Astro.url.searchParams.get('error'); const errorMessage = error === 'invalid_credentials' ? 'Invalid email or password' : error === 'missing_fields' ? 'Please fill in all fields' : null; ---
Chronus

Welcome Back

Sign in to continue to Chronus

{errorMessage && ( )}
OR

Don't have an account? Create one