upload current sources

This commit is contained in:
2025-08-16 16:50:49 -07:00
parent 1808624237
commit 45fac304bd

View File

@@ -29,6 +29,8 @@ public class AuthenticationService {
return userId != null && password != null
? authenticateWithCredentials(userId, password)
: apiToken != null && validateApiToken(apiToken);
}
public boolean authenticateWithCredentials(String userId, String password) {