Content-Length: 279428 | pFad | http://github.com/nextauthjs/next-auth/pull/12947/commits/bd61b6d969aef9419e3be3ee4c05601cc698cce0

7B Fix undefined providerId by Regloom · Pull Request #12947 · nextauthjs/next-auth · GitHub
Skip to content

Fix undefined providerId #12947

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

Merged
merged 9 commits into from
May 18, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
formatting
  • Loading branch information
ThangHuuVu authored May 13, 2025
commit bd61b6d969aef9419e3be3ee4c05601cc698cce0
6 changes: 3 additions & 3 deletions packages/core/src/lib/utils/web.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export function parseActionAndProviderId(
)
throw new UnknownAction(`Cannot parse action at ${pathname}`)

return {
action,
providerId: providerId == "undefined" ? undefined : providerId
return {
action,
providerId: providerId == "undefined" ? undefined : providerId,
}
}
Loading








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/nextauthjs/next-auth/pull/12947/commits/bd61b6d969aef9419e3be3ee4c05601cc698cce0

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy