fix: lazy load login success component
This commit is contained in:
parent
8d4901601f
commit
6c025cc8d2
3 changed files with 3 additions and 4 deletions
|
@ -59,7 +59,7 @@ public class UserService {
|
|||
HttpHeaders headers = new HttpHeaders();
|
||||
headers.set("Authorization", token);
|
||||
ResponseEntity<KeycloakUserDto> response = this.http.exchange("http://localhost:9090/realms/LF12/protocol/openid-connect/userinfo", HttpMethod.GET, new HttpEntity<>(headers), KeycloakUserDto.class);
|
||||
|
||||
|
||||
return response.getBody();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue