Skip to content

Commit

Permalink
Fix getAuthOptions import broken in re-base
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Edgar <[email protected]>
  • Loading branch information
MikeEdgar committed Nov 15, 2024
1 parent 136add4 commit 5bbcbcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/[locale]/(public)/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { Suspense } from "react";
import styles from "./home.module.css";
import config from '@/utils/config';
import { logger } from "@/utils/logger";
import { getAuthOptions } from "@/app/api/auth/[...nextauth]/route";
import { getAuthOptions } from "@/app/api/auth/[...nextauth]/auth-options";
import { getServerSession } from "next-auth";

const log = logger.child({ module: "home" });
Expand Down

0 comments on commit 5bbcbcf

Please sign in to comment.