We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e501422 commit 4ceda81Copy full SHA for 4ceda81
api/src/main/java/io/kafbat/ui/controller/AccessController.java
@@ -45,7 +45,7 @@ public Mono<ResponseEntity<AuthenticationInfoDTO>> getUserAuthInfo(ServerWebExch
45
.map(SecurityContext::getAuthentication)
46
.map(Principal::getName);
47
48
- AuthenticationInfoDTO.AuthenticationInfoDTOBuilder<?, ?> builder = AuthenticationInfoDTO.builder()
+ var builder = AuthenticationInfoDTO.builder()
49
.rbacEnabled(accessControlService.isRbacEnabled());
50
51
return userName
0 commit comments