Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…68) original extAuthDetails are null in ExtendedAdminEvent logic here seems a bit wrong: public ExtendedAdminEvent(String uid, AdminEvent event, RealmModel realm) { ..... setAuthDetails(event.getAuthDetails()); extAuthDetails.setRealmId(realm.getName()); .... } we are basically overidding the realm of the original AuthDetails with the realm in which the event is triggered
- Loading branch information