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:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user