chore(debug): auth
This commit is contained in:
committed by
Christel Westerberg
parent
675228e4e9
commit
888c33e3b3
7
app/[lang]/(live)/(protected)/bypass/page.tsx
Normal file
7
app/[lang]/(live)/(protected)/bypass/page.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import { auth } from "@/auth"
|
||||
|
||||
export default async function ByPass() {
|
||||
const session = await auth()
|
||||
|
||||
return <pre>{JSON.stringify(session, null, 2)}</pre>
|
||||
}
|
||||
Reference in New Issue
Block a user