Skip to content

Commit

Permalink
Revert "fix(ts): signIn infer provider type (#4623)" (#4655)
Browse files Browse the repository at this point in the history
This reverts commit 46089eb.
  • Loading branch information
balazsorban44 committed May 31, 2022
1 parent 9f69498 commit 612c35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/src/react/index.tsx
Expand Up @@ -175,7 +175,7 @@ export async function getProviders() {
export async function signIn<
P extends RedirectableProviderType | undefined = undefined
>(
provider?: LiteralUnion<P | BuiltInProviderType>,
provider?: LiteralUnion<BuiltInProviderType>,
options?: SignInOptions,
authorizationParams?: SignInAuthorizationParams
): Promise<
Expand Down

0 comments on commit 612c35e

Please sign in to comment.