Skip to content

Commit

Permalink
[Bug]: Remove unrelated merge change about $hidePassword (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Apr 21, 2023
1 parent 5676f7d commit 41e2412
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Controller/AccountController.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,6 @@ public function registerAction(
$customer->setActive(true);

try {
if(!$hidePassword) {
$this->checkPassword($form->getData()['password']);
}

$customer->save();

if ($form->getData()['newsletter']) {
Expand Down

0 comments on commit 41e2412

Please sign in to comment.