mirror of
https://github.com/keycloak/keycloak.git
synced 2026-06-08 16:42:13 -04:00
Change event field to protected in LoginActionsService
Allow access to event field if LoginActionsService is extended Signed-off-by: Sunny Patel <LaughDonor@gmail.com>
This commit is contained in:
parent
25186278fc
commit
cac8677728
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ public class LoginActionsService {
|
|||
|
||||
protected final KeycloakSession session;
|
||||
|
||||
private EventBuilder event;
|
||||
protected EventBuilder event;
|
||||
|
||||
public static UriBuilder loginActionsBaseUrl(UriInfo uriInfo) {
|
||||
UriBuilder baseUriBuilder = uriInfo.getBaseUriBuilder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue