SSO Auto login and template cleanup

This commit is contained in:
Anthony Stirling
2025-01-09 11:37:02 +00:00
parent f879f5d533
commit e1a320ac37
5 changed files with 92 additions and 45 deletions

View File

@@ -94,7 +94,7 @@ public class KeygenLicenseVerifier {
.build();
HttpResponse<String> response = client.send(request, HttpResponse.BodyHandlers.ofString());
log.info(" validateLicenseResponse body: " + response.body());
log.debug(" validateLicenseResponse body: " + response.body());
JsonNode jsonResponse = objectMapper.readTree(response.body());
if (response.statusCode() == 200) {