--- import AuthLayout from '~/layouts/Auth.astro'; const csrfToken = 'your-csrf-token'; // Replace with actual token fetching logic if needed const forgotPasswordRoute = '/api/forgot-password'; // Replace with actual route ---