Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update custom sign in getProvider example #6706

Merged
merged 1 commit into from
Feb 13, 2023

Commits on Feb 13, 2023

  1. Update custom sign in getProvider example

    According to the function declaration for [getProviders()](https://github.com/nextauthjs/next-auth/blob/v4/packages/next-auth/src/react/index.tsx#L187) it doesn't accept any parameters. Therefore have removed passing of an argument in the doc example.
    
    Using the documentation as is will result in multiple type errors as [referenced in an issue I've posted about](nextauthjs#6704)
    wsfuller committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    6b46416 View commit details
    Browse the repository at this point in the history