Skip to content

Commit

Permalink
fixup! BC-8054 - fix log of email from user
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Sep 25, 2024
1 parent 9fde6e3 commit a099772
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ export class AccountService extends AbstractAccountService implements DeletionSe
}

public async replaceMyTemporaryPassword(userId: EntityId, password: string, confirmPassword: string): Promise<void> {
console.log(userId);
if (password !== confirmPassword) {
throw new ForbiddenOperationError('Password and confirm password do not match.');
}
Expand Down

0 comments on commit a099772

Please sign in to comment.