Update the user login templates.
This commit is contained in:
parent
509913c86f
commit
39dc0687eb
@ -9,6 +9,6 @@ class LoginUserPage extends Controller
|
||||
{
|
||||
public function handle(): Response
|
||||
{
|
||||
return $this->render('user/login');
|
||||
return $this->render('user/login.twig');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user