Skip to content

Commit

Permalink
Add thread local variable clearing
Browse files Browse the repository at this point in the history
  • Loading branch information
ShehanDinuka committed Sep 20, 2023
1 parent b73d3f4 commit 907c4c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public void handleEvent(Event event) throws IdentityEventException {
Utils.publishRecoveryEvent(eventProperties, IdentityEventConstants.Event.POST_ADD_USER_WITH_ASK_PASSWORD,
confirmationCode);
}
Utils.clearEmailVerifyTemporaryClaim();
}

if (IdentityEventConstants.Event.PRE_SET_USER_CLAIMS.equals(eventName)) {
Expand Down

0 comments on commit 907c4c1

Please sign in to comment.