mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 23:56:33 +00:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
|
import NextAuth from "next-auth"
|
||
|
|
||
|
export const { handlers, signIn, signOut, auth } = NextAuth({
|
||
|
providers: [],
|
||
|
});
|