feat: add keycloak account creation and club groupe set

This commit is contained in:
2024-01-28 23:47:30 +01:00
parent d84ec9e1b4
commit 978c055834
22 changed files with 422 additions and 24 deletions

View File

@@ -0,0 +1,8 @@
package fr.titionfire.ffsaf.utils;
public class KeycloakException extends Exception{
public KeycloakException(String msg) {
super(msg);
}
}