mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-25 01:35:29 +00:00
rename handle to tag
This commit is contained in:
@@ -73,7 +73,7 @@ router.post(
|
||||
return res.sendStatus(204);
|
||||
})
|
||||
.catch((e) => {
|
||||
console.error(`Failed to send password reset email to ${user.handle}: ${e}`);
|
||||
console.error(`Failed to send password reset email to ${user.tag}: ${e}`);
|
||||
throw new HTTPError("Failed to send password reset email", 500);
|
||||
});
|
||||
else throw new HTTPError("No user or email", 500);
|
||||
|
||||
Reference in New Issue
Block a user