refactoring project module: better separation of loading of projects and loading of project members

This commit is contained in:
2025-07-21 09:46:18 +02:00
parent 680afd7700
commit af209e3dc5
13 changed files with 107 additions and 98 deletions

View File

@@ -11,7 +11,6 @@ public class Constants {
public static final String CLIENT_ID = "client_id";
public static final String CLIENT_SECRET = "client_secret";
public static final String CODE = "code";
public static final String CONFIG_DATABASE = "umbrella.modules.user.database";