File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/manual/src/docs/asciidoc/_includes/servlet/oauth2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -718,8 +718,8 @@ public JwtAuthenticationConverter jwtAuthenticationConverter() {
718
718
JwtGrantedAuthoritiesConverter grantedAuthoritiesConverter = new JwtGrantedAuthoritiesConverter();
719
719
grantedAuthoritiesConverter.setAuthoritiesClaimName("authorities");
720
720
721
- JwtAuthenticationConverter authenticationConverter = new JwtAuthenticationConverter();
722
- jwtAuthenticationConverter.setJwtGrantedAuthoritiesConverter(authoritiesConverter );
721
+ JwtAuthenticationConverter jwtAuthenticationConverter = new JwtAuthenticationConverter();
722
+ jwtAuthenticationConverter.setJwtGrantedAuthoritiesConverter(grantedAuthoritiesConverter );
723
723
return jwtAuthenticationConverter;
724
724
}
725
725
----
You can’t perform that action at this time.
0 commit comments