Skip to content

Commit

Permalink
Merge pull request #764 from ShehanDinuka/thread-local-clearing
Browse files Browse the repository at this point in the history
Add thread local variable clearing for emailVerifyTemporaryClaim
  • Loading branch information
Inthirakumaaran authored Oct 2, 2023
2 parents 0690c52 + 907c4c1 commit 1f0fa81
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 1f0fa81

Please sign in to comment.