From 47b82002dc41786ee0d48a3ae5100ca649492b46 Mon Sep 17 00:00:00 2001 From: Angelo Reale <12191809+angeloreale@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:45:10 +0100 Subject: [PATCH] ar(random) oauth --- lib/auth/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth/constants.ts b/lib/auth/constants.ts index 9e6e6d86..bb2c69fd 100644 --- a/lib/auth/constants.ts +++ b/lib/auth/constants.ts @@ -1,7 +1,7 @@ // constants.ts TS-Doc? import type { AuthOptions } from 'next-auth'; import GithubProvider from 'next-auth/providers/github'; -import GoogleProvider from 'next-auth/providers/google'; +// import GoogleProvider from 'next-auth/providers/google'; import AppleProvider from 'next-auth/providers/apple'; import FacebookProvider from 'next-auth/providers/facebook'; import EmailProvider from 'next-auth/providers/email';