From ffdf26afefd34c9bea4c4c70605b8f73fd3cbcf0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 11 Jan 2022 13:53:59 -0500 Subject: [PATCH] docs: comment hint :shipit: --- src/user/profile.js | 1 + 1 file changed, 1 insertion(+) 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,