We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d177dba commit 77f2f59Copy full SHA for 77f2f59
apps/web/src/app/(default)/hjem/page.tsx
@@ -8,9 +8,7 @@ import { JobAds } from "./_components/job-ads";
8
import { Posts } from "./_components/posts";
9
10
export default async function Home() {
11
- await ensureUser(undefined, {
12
- redirectTo: "/",
13
- });
+ await ensureUser();
14
15
return (
16
<div className="space-y-8 py-24">
0 commit comments