Skip to content

Commit

Permalink
fix(user): let the private key empty for now on account recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-gs committed Jul 25, 2023
1 parent b0fed81 commit 074e637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/user/dto/recover-account.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class RecoverAccountDto {
example: 'encrypted private key',
description: "User's private key encrypted with the user's plain password",
})
@IsNotEmpty()
// @IsNotEmpty()
privateKey: string;
}

Expand Down

0 comments on commit 074e637

Please sign in to comment.