Update the user register templates.
This commit is contained in:
parent
98813f3c47
commit
2a596209b8
@ -9,6 +9,6 @@ class RegisterUserAction extends Controller
|
|||||||
{
|
{
|
||||||
public function respond(): Response
|
public function respond(): Response
|
||||||
{
|
{
|
||||||
return $this->respond('users/register/success');
|
return $this->respond('users/register/success.twig');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,6 @@ class RegisterUserPage extends Controller
|
|||||||
{
|
{
|
||||||
public function respond(): Response
|
public function respond(): Response
|
||||||
{
|
{
|
||||||
return $this->render('users/register');
|
return $this->render('users/register.twig');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user