Skip to content

Commit

Permalink
Merge pull request quarkusio#39956 from ZanHorvat/oidc-client-creator…
Browse files Browse the repository at this point in the history
…-doc-fix

Docs OIDC Client - Inconsistent variable naming, OidcClientCreator example
  • Loading branch information
sberyozkin authored Apr 9, 2024
2 parents a43f18b + 60eb646 commit d12aefc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ import io.quarkus.oidc.client.runtime.TokensHelper;
public class OidcClientResource {
@Inject
OidcClientCreator clients;
OidcClientCreator oidcClientCreator;
TokensHelper tokenHelper = new TokensHelper();
@Inject
Expand Down

0 comments on commit d12aefc

Please sign in to comment.