Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
the `signIn` function from "next-auth/react" uses `fetcher` and returns a 404 error response. throwing that error causes an `OAUTH_CALLBACK_HANDLER_ERROR`, which prevents users from signing in. `signIn` doesn't pass a url to `fetcher`. the check below ensures that other errors still get thrown - ref: #321
- Loading branch information