Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 719f1fa

Browse files
committed
add user id to messaging
1 parent 78fad1b commit 719f1fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/login/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default class LoginIndex extends Command {
9090

9191
if (!jwt || !email || !userId) {
9292
res.writeHead(400, { "Content-Type": "text/plain" });
93-
res.end("JWT or email not found in the request.");
93+
res.end("JWT, email, or userID not found in the request.");
9494
return;
9595
}
9696

0 commit comments

Comments
 (0)