bump next-auth, typescript (#314)

This commit is contained in:
tequ
2025-02-13 22:43:21 +09:00
committed by GitHub
parent 12ebd4c1bc
commit ee86d657c9
3 changed files with 61 additions and 40 deletions

View File

@@ -1,5 +1,11 @@
import NextAuth from 'next-auth'
declare module "next-auth" {
interface User {
username: string
}
}
export default NextAuth({
// Configure one or more authentication providers
providers: [