We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d81519 commit a8e8f1aCopy full SHA for a8e8f1a
1 file changed
apps/origami-web/src/lib/auth/server.ts
@@ -1,3 +1,5 @@
1
+"use server";
2
+
3
import { headers } from "next/headers";
4
import { OrigamiUser, OrigamiSession, auth } from "@repo/database";
5
0 commit comments