readd html, add usercount to license

This commit is contained in:
Anthony Stirling
2024-10-06 00:07:23 +01:00
parent e660237e28
commit eee2f5c666
18 changed files with 278 additions and 70 deletions

View File

@@ -20,7 +20,6 @@ public class LicenseKeyChecker {
private boolean enterpriseEnbaledResult = false;
// Inject your license service or configuration
@Autowired
public LicenseKeyChecker(
KeygenLicenseVerifier licenseService, ApplicationProperties applicationProperties) {
@@ -46,7 +45,6 @@ public class LicenseKeyChecker {
log.info("License key is invalid.");
}
}
}
public void updateLicenseKey(String newKey) throws IOException {