rename handle to tag

This commit is contained in:
Puyodead1
2023-05-05 16:41:24 -04:00
committed by Rory&
parent 3341c9cf98
commit 90038fecdd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);