Skip to content

Commit

Permalink
remove var_dump()
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Sep 25, 2024
1 parent 903e3b2 commit 3b2f7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/User/resources/views/registration/register.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* @var \Da\User\Model\User $user
* @var \Da\User\Module $module
*/
var_dump(!$module->isPasswordRequiredOnRegistration());
$this->title = Yii::t('usuario', 'Sign up');
$this->params['breadcrumbs'][] = $this->title;
?>
Expand Down

0 comments on commit 3b2f7dc

Please sign in to comment.