Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 13, 2022
2 parents 2c509f2 + 23a2f2d commit 0ff68fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ protected PrismObject<UserType> load() {
LOGGER.error("Cannot load logged in focus");
return null;
}
return (PrismObject<UserType>) principal.getFocus().asPrismObject();
return (PrismObject<UserType>) principal.getFocus().asPrismObject().clone();
}
};
}
Expand Down

0 comments on commit 0ff68fa

Please sign in to comment.