feat: complete MVP foundation auth and dashboard
This commit is contained in:
7
lib/mock-session.ts
Normal file
7
lib/mock-session.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { cookies } from "next/headers";
|
||||
|
||||
import { getMockSession } from "@/lib/mock-auth";
|
||||
|
||||
export async function getCurrentMockSession() {
|
||||
return getMockSession(await cookies());
|
||||
}
|
||||
Reference in New Issue
Block a user