mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
Fix: implemented function name for supported resource types
Signed-off-by: Aggelos Sachtouris <aggelos_sachtouris@hotmail.com>
This commit is contained in:
parent
28bb0b2cd9
commit
7b360adb19
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public class UnlinkUserStepProviderFactory implements WorkflowStepProviderFactor
|
|||
}
|
||||
|
||||
@Override
|
||||
public Set<ResourceType> getTypes() {
|
||||
public Set<ResourceType> getSupportedResourceTypes() {
|
||||
return Set.of(ResourceType.USERS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue