Skip to content

Commit

Permalink
fix: add CredentialsSignin to export
Browse files Browse the repository at this point in the history
  • Loading branch information
irishcarbomb777 committed Apr 29, 2024
1 parent a6998e9 commit 8cad6aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

export * from './configs/configAuthentication';
import GoogleProvider from "next-auth/providers/google"
export { GoogleProvider }
export { GoogleProvider }

export { CredentialsSignin } from 'next-auth'

0 comments on commit 8cad6aa

Please sign in to comment.