Skip to content

Commit

Permalink
Enable public access to OidcProviderClientImpl#getWebClient
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Jan 16, 2025
1 parent b063c22 commit 930d0f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ Vertx getVertx() {
return vertx;
}

WebClient getWebClient() {
public WebClient getWebClient() {
return client;
}

Expand Down

0 comments on commit 930d0f2

Please sign in to comment.