From e8d3ad513297ce3445401862aac816d201955d8f Mon Sep 17 00:00:00 2001 From: Ed Poulain Date: Sun, 1 Sep 2024 09:51:55 +0200 Subject: [PATCH] Use the same template across all examples --- security/login_link.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/login_link.rst b/security/login_link.rst index 23756024712..51f6f613f1b 100644 --- a/security/login_link.rst +++ b/security/login_link.rst @@ -277,7 +277,7 @@ number:: return $this->render('security/login_link_sent.html.twig'); } - return $this->render('security/login.html.twig'); + return $this->render('security/request_login_link.html.twig'); } // ... @@ -664,7 +664,7 @@ user create this POST request (e.g. by clicking a button)::

Hi! You are about to login to ...

+ create the POST request -->