From 8cad6aaeebe33d29c9fd31dd50efc1f13ea49e18 Mon Sep 17 00:00:00 2001 From: irishcarbomb777 Date: Sun, 28 Apr 2024 21:56:35 -0400 Subject: [PATCH] fix: add CredentialsSignin to export --- src/index.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 247ec14..c02023a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,4 +2,6 @@ export * from './configs/configAuthentication'; import GoogleProvider from "next-auth/providers/google" -export { GoogleProvider } \ No newline at end of file +export { GoogleProvider } + +export { CredentialsSignin } from 'next-auth' \ No newline at end of file