fix login not calling callback
This commit is contained in:
@ -15,7 +15,8 @@ import AvailabilityList from "../availability/AvailabilityList";
|
||||
import ShiftsList from "../publisher/ShiftsList.tsx";
|
||||
import ConfirmationModal from "../ConfirmationModal";
|
||||
import { UserRole } from "@prisma/client";
|
||||
import { getSession } from "next-auth/react";
|
||||
|
||||
const { data: session } = useSession()
|
||||
|
||||
// import { Tabs, List } from 'tw-elements'
|
||||
|
||||
|
Reference in New Issue
Block a user