mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 05:11:34 +02:00
Merge pull request #1001 from chschenk:bug-email-create-user
GitOrigin-RevId: f0c0c8dbfddc78a35bf421ea31b9ed4631312c68
This commit is contained in:
@@ -131,10 +131,9 @@ const UserRegistrationHandler = {
|
||||
if (error) {
|
||||
logger.warn({ err: error }, 'failed to send activation email')
|
||||
}
|
||||
callback(null, user, setNewPasswordUrl)
|
||||
}
|
||||
)
|
||||
|
||||
callback(null, user, setNewPasswordUrl)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user