Skip to content
Draft
Changes from all commits
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
2 changes: 1 addition & 1 deletion packages/core/src/auth/sso/clients.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class OidcClient {
codeChallenge: string
codeChallengeMethod: string
}) {
// aws sdk doesn't convert to url params until right before you make the request, so we have to do
// aws sdk doesn't convert to url params until right before you make the request, so we have to do // test
// it manually ahead of time
const params = toSnakeCase(request)
const searchParams = new URLSearchParams(params).toString()
Expand Down
Loading