Update authOptions import path

This commit is contained in:
2025-07-02 10:22:08 +09:00
parent ae425e4e28
commit 9837259c41

View File

@@ -7,8 +7,8 @@ import React from "react";
import {Separator} from "@/components/ui/separator";
import {DynamicBreadcrumb} from "@/components/dynamic-breadcrumb";
import {getServerSession} from "next-auth";
import {authOptions} from "@/app/api/auth/[...nextauth]/route";
import LoginScreen from "@/components/login-screen";
import {authOptions} from "@/lib/auth/authOptions";
export const metadata: Metadata = {
title: "Internal | Rhein Software",