Update the user login templates.

This commit is contained in:
Dave Smith-Hayes 2024-06-26 22:28:35 -04:00
parent 509913c86f
commit 39dc0687eb

View File

@ -9,6 +9,6 @@ class LoginUserPage extends Controller
{ {
public function handle(): Response public function handle(): Response
{ {
return $this->render('user/login'); return $this->render('user/login.twig');
} }
} }