Update auth.ts

This commit is contained in:
Balázs Orbán 2023-06-20 14:38:04 +01:00 committed by GitHub
parent a905555da4
commit 32f1edb36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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