Skip to content

Commit

Permalink
πŸ› Updated logs for remote console client (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: Monta <[email protected]>
  • Loading branch information
MontaGhanmy and Monta authored Nov 23, 2023
1 parent 12a99ba commit 05d9639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrive/backend/node/src/services/console/clients/remote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class ConsoleRemoteClient implements ConsoleServiceClient {

if (!user) {
if (!userDTO.email) {
throw CrudException.badRequest("Email is required");
throw CrudException.badRequest(`Email is required: ${JSON.stringify(userDTO)}`);
}

let username = userDTO.email
Expand Down

0 comments on commit 05d9639

Please sign in to comment.