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:
Sunny Patel 2025-12-04 15:42:47 -06:00 committed by GitHub
parent 25186278fc
commit cac8677728
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();