Windows UI .exe

This commit is contained in:
Anthony Stirling
2024-12-11 21:54:05 +00:00
parent 58c7d7b9a8
commit 97d28ac6d2
9 changed files with 597 additions and 39 deletions

View File

@@ -76,6 +76,5 @@ public class InitialSecuritySetup {
log.info("Internal API user created: " + Role.INTERNAL_API_USER.getRoleId());
}
userService.syncCustomApiUser(applicationProperties.getSecurity().getCustomGlobalAPIKey());
System.out.println(applicationProperties.getSecurity().getCustomGlobalAPIKey());
}
}