Skip to content

Commit 6238ee0

Browse files
committed
Use the same template across all examples
1 parent e7e60e1 commit 6238ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/login_link.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ number::
277277
return $this->render('security/login_link_sent.html.twig');
278278
}
279279

280-
return $this->render('security/login.html.twig');
280+
return $this->render('security/request_login_link.html.twig');
281281
}
282282

283283
// ...

0 commit comments

Comments
 (0)