Skip to content

Commit ac48904

Browse files
committed
fix compile error ;/
1 parent 565d080 commit ac48904

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/info/unterrainer/oauthtokenmanager/OauthTokenManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,6 @@ public void getTokensFromCredentials(String clientId, String clientSecret, Strin
173173
log.debug("Access token: {}", json.get("access_token").asText());
174174
log.debug("Refresh token: {}", json.get("refresh_token").asText());
175175

176-
return json;
177-
178176
} catch (Exception e) {
179177
log.error("Error obtaining tokens from Keycloak.", e);
180178
throw new IllegalStateException("Unable to get token", e);

0 commit comments

Comments
 (0)