We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Profile
1 parent d5d1313 commit 8fcd46bCopy full SHA for 8fcd46b
packages/core/src/providers/index.ts
@@ -62,7 +62,7 @@ interface InternalProviderOptions {
62
* @see [Email (Passwordless) guide](https://authjs.dev/guides/providers/email)
63
* @see [Credentials guide](https://authjs.dev/guides/providers/credentials)
64
*/
65
-export type Provider<P extends Profile = Profile> = (
+export type Provider<P extends Profile = any> = (
66
| ((OIDCConfig<P> | OAuth2Config<P> | EmailConfig | CredentialsConfig) &
67
InternalProviderOptions)
68
| ((
0 commit comments