diff --git a/templates/Users/register.php b/templates/Users/register.php index 66cf287..b013218 100644 --- a/templates/Users/register.php +++ b/templates/Users/register.php @@ -37,6 +37,9 @@ use Cake\Core\Configure; echo $this->Form->control('password', ['type' => 'password', 'label' => __('Password'), 'class' => 'form-control mb-4']); echo $this->Form->control(__('Sign up'), ['type' => 'submit', 'class' => 'btn btn-primary']); + echo '