Update auth.ts
This commit is contained in:
parent
a905555da4
commit
32f1edb36c
1 changed files with 0 additions and 3 deletions
3
auth.ts
3
auth.ts
|
|
@ -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. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue