Skip to content

Commit

Permalink
Clear recovery email on legacy delete
Browse files Browse the repository at this point in the history
  • Loading branch information
slkendell-mt committed Oct 12, 2023
1 parent c20ade6 commit 13ded3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ public LegacyBeacon delete(
legacyBeaconToDelete.setUseActivities(null);
legacyBeaconToDelete.setLastModifiedDate(today);

legacyBeaconToDelete.setRecoveryEmail(null);

return legacyBeaconRepository.save(legacyBeaconToDelete);
}
}

0 comments on commit 13ded3a

Please sign in to comment.