We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee2411 commit 4b9df24Copy full SHA for 4b9df24
security/form_login.rst
@@ -74,7 +74,7 @@ First, enable ``form_login`` under your firewall:
74
75
Now, when the security system initiates the authentication process, it will
76
redirect the user to the login form ``/login``. Implementing this login form
77
-is your job. First, create a new ``SecurityController`` inside your app::
+is your job. First, create a new ``SecurityController``::
78
79
// src/Controller/SecurityController.php
80
namespace App\Controller;
0 commit comments