fix: conflicts between common admin group for ldap or oidc and credentials default group (#1710)

This commit is contained in:
Meier Lukas
2024-12-18 13:18:01 +01:00
committed by GitHub
parent d2b4bf5ae4
commit 3c0f272707

View File

@@ -1,2 +1,2 @@
export const everyoneGroup = "everyone";
export const credentialsAdminGroup = "admin";
export const credentialsAdminGroup = "credentials-admin";