From adfee03829e2956226c77fb8996d87165f3176ef Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Fri, 5 May 2023 16:41:24 -0400 Subject: rename handle to tag --- src/api/routes/auth/forgot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api') diff --git a/src/api/routes/auth/forgot.ts b/src/api/routes/auth/forgot.ts index 7a791164..f832721f 100644 --- a/src/api/routes/auth/forgot.ts +++ b/src/api/routes/auth/forgot.ts @@ -111,7 +111,7 @@ router.post( }) .catch((e) => { console.error( - `Failed to send password reset email to ${user.handle}: ${e}`, + `Failed to send password reset email to ${user.tag}: ${e}`, ); throw new HTTPError("Failed to send password reset email", 500); }); -- cgit 1.5.1