Update authOptions import path
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user