Skip to content

Commit

Permalink
Fixed client_id detection in urlSearchParams
Browse files Browse the repository at this point in the history
  • Loading branch information
rezk2ll committed Jan 22, 2024
1 parent ee4d02a commit b573814
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ export const actions: Actions = {
domain: extractMainDomain(url.host)
});

console.debug({ challenge, redirectUrl, clientId })

const destinationUrl = redirectUrl
? challenge && clientId
? getOath2RedirectUri(challenge, redirectUrl, clientId)
Expand Down

0 comments on commit b573814

Please sign in to comment.