--- import Layout from '@/layouts/main.astro'; import { Button } from '@/components/ui/button'; import { withBase } from '@/lib/base-path'; const error = Astro.url.searchParams.get('error'); const errorDescription = Astro.url.searchParams.get('error_description'); ---

Authentication Error

{errorDescription || error || 'An error occurred during authentication. This might be due to a temporary issue with the SSO provider.'}

If you're experiencing issues with SSO login, please try:

  • Clearing your browser cookies and cache
  • Using a different browser
  • Logging in with email/password instead