mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 00:26:57 +08:00
add a comma
This commit is contained in:
+1
-1
@@ -455,7 +455,7 @@ UserService.createPasswordResetToken = function (email) {
|
||||
return Promise.resolve(null);
|
||||
}
|
||||
|
||||
debug('found the user! %s going to create the token', JSON.stringify(user, null 2));
|
||||
debug('found the user! %s going to create the token', JSON.stringify(user, null, 2));
|
||||
|
||||
const payload = {email, jti: uuid.v4(), userId: user.id, version: user.__v};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user