mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-15 15:37:36 +00:00
Merge pull request #1001 from chschenk:bug-email-create-user
GitOrigin-RevId: f0c0c8dbfddc78a35bf421ea31b9ed4631312c68
This commit is contained in:
commit
77747a0aca
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue