From d56da6cb0a3e4de5bb05bc74dd3ad2ace97851c3 Mon Sep 17 00:00:00 2001 From: Jared Palmer Date: Thu, 22 Jun 2023 15:08:28 -0700 Subject: [PATCH] Remove debugger statement --- auth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/auth.ts b/auth.ts index f3eb152..bc6b45e 100644 --- a/auth.ts +++ b/auth.ts @@ -39,7 +39,6 @@ export const { }) : GitHub ], - debugger: true, callbacks: { // @ts-ignore jwt: async ({ token, profile }) => {