| 1 | import 'next-auth/jwt'; |
| 2 | import { cache } from "react"; |
| 3 | import NextAuth, { DefaultSession, Session, User as AuthJsUser } from "next-auth" |
| 4 | import Credentials from "next-auth/providers/credentials" |
nothing calls this directly
no test coverage detected