Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit f611ad7

Browse files
committed
Whitespace
1 parent dced1ba commit f611ad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/OidcClient/AuthorizeClient.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ private async Task<PushedAuthorizationResponse> PushAuthorizationRequestAsync(st
140140

141141
ClientSecret = _options.ClientSecret,
142142
ClientAssertion = await _options.GetClientAssertionAsync(),
143-
144-
145143
Parameters = CreateAuthorizeParameters(state, codeChallenge, frontChannelParameters),
146144
};
147145

0 commit comments

Comments
 (0)