Skip to content

Commit 323cf9f

Browse files
committed
Polish OAuth2AuthorizedClientResolver
1 parent 2c2e8e5 commit 323cf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/web/reactive/result/method/annotation/OAuth2AuthorizedClientResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ private Mono<OAuth2AuthorizedClient> authorizedClientNotLoaded(String clientRegi
132132
}
133133
return Mono.error(() -> new ClientAuthorizationRequiredException(clientRegistrationId));
134134
});
135-
}
135+
}
136136

137137
private Mono<? extends OAuth2AuthorizedClient> clientCredentials(
138138
ClientRegistration clientRegistration, Authentication authentication, ServerWebExchange exchange) {

0 commit comments

Comments
 (0)