Merge branch 'chore/upgrade-next-auth' of github.com:balazsorban44/ai-chatbot into chore/upgrade-next-auth

This commit is contained in:
Balázs Orbán 2023-06-20 15:51:13 +02:00
commit 8a84093a78

View file

@ -2,9 +2,6 @@ import NextAuth from 'next-auth'
import GitHub from 'next-auth/providers/github' import GitHub from 'next-auth/providers/github'
declare module 'next-auth' { declare module 'next-auth' {
/**
* Returned by `useSession`, `getSession` and received as a prop on the `SessionProvider` React Context
*/
interface Session { interface Session {
user: { user: {
/** The user's id. */ /** The user's id. */