diff --git a/src/user/profile.js b/src/user/profile.js index 6cbfc53163..3c93cb8bd0 100644 --- a/src/user/profile.js +++ b/src/user/profile.js @@ -237,6 +237,7 @@ module.exports = function (User) { return; } + // 👉 Looking for email change logic? src/user/email.js (UserEmail.confirmByUid) if (newEmail) { await User.email.sendValidationEmail(uid, { email: newEmail,