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

fix: use error query param if set #3141

Merged
merged 1 commit into from
Nov 7, 2021
Merged

Conversation

balazsorban44
Copy link
Member

If a custom error page was defined, the error query param wasn't taken into account.

Fixes #3106

See #3106 for more context. I now have tested this locally with a custom error page.

@github-actions github-actions bot added the core Refers to `@auth/core` label Nov 6, 2021
@balazsorban44 balazsorban44 temporarily deployed to Preview November 6, 2021 21:59 Inactive
@codecov-commenter
Copy link

Codecov Report

Merging #3141 (7c6c88b) into beta (f998bf2) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             beta    #3141      +/-   ##
==========================================
- Coverage   13.87%   13.86%   -0.02%     
==========================================
  Files          86       86              
  Lines        1362     1363       +1     
  Branches      376      377       +1     
==========================================
  Hits          189      189              
- Misses       1162     1163       +1     
  Partials       11       11              
Impacted Files Coverage Δ
src/next/index.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f998bf2...7c6c88b. Read the comment docs.

@github-actions
Copy link

github-actions bot commented Nov 6, 2021

🎉 Experimental release published on npm!

npm i next-auth@0.0.0-pr.3141.0a0bc030
yarn add next-auth@0.0.0-pr.3141.0a0bc030

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Refers to `@auth/core`
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants