mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
refactor(emails): more work in update email interstitial, interstitial skipping, email change on confirmation, deprecation of requireEmailConfirmation
This commit is contained in:
@@ -719,7 +719,7 @@ app.cacheBuster = null;
|
||||
};
|
||||
|
||||
app.showEmailConfirmWarning = function (err) {
|
||||
if (!config.requireEmailConfirmation || !app.user.uid) {
|
||||
if (!app.user.uid) {
|
||||
return;
|
||||
}
|
||||
var msg = {
|
||||
|
||||
Reference in New Issue
Block a user