feat: add keycloak account creation and club groupe set
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package fr.titionfire.ffsaf.utils;
|
||||
|
||||
public class KeycloakException extends Exception{
|
||||
|
||||
public KeycloakException(String msg) {
|
||||
super(msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user