Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: user sanitization should clean up email change info too (#1759)
The `sanitizeUser` function did not cleanup the **EmailChange** and **EmailChangeSentAt** properties on a User. If a User had a pending email address change, the new address could be leaked via a crafted `signUp` request.
- Loading branch information