Skip to content

Commit 77f2f59

Browse files
committed
Use default args
1 parent d177dba commit 77f2f59

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/web/src/app/(default)/hjem/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ import { JobAds } from "./_components/job-ads";
88
import { Posts } from "./_components/posts";
99

1010
export default async function Home() {
11-
await ensureUser(undefined, {
12-
redirectTo: "/",
13-
});
11+
await ensureUser();
1412

1513
return (
1614
<div className="space-y-8 py-24">

0 commit comments

Comments
 (0)