fix: Add missing requireAuth import to auth test page

- Import requireAuth function to fix ReferenceError
- Ensure auth test page has all necessary imports from unified auth module

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-07-12 21:00:37 -06:00
parent 414b9abb07
commit 2ec8baf1de

View File

@@ -1,6 +1,6 @@
--- ---
import Layout from '../layouts/Layout.astro'; import Layout from '../layouts/Layout.astro';
import { verifyAuth, authDebug } from '../lib/auth-unified'; import { verifyAuth, requireAuth, authDebug } from '../lib/auth-unified';
export const prerender = false; export const prerender = false;