From 32f1edb36c64a2103553ccac126dc5d6ccc67593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Tue, 20 Jun 2023 14:38:04 +0100 Subject: [PATCH] Update auth.ts --- auth.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/auth.ts b/auth.ts index 5a2d66d..e422771 100644 --- a/auth.ts +++ b/auth.ts @@ -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. */