Skip to content

Commit 4b9df24

Browse files
committed
remove redundant part
1 parent 6ee2411 commit 4b9df24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/form_login.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ First, enable ``form_login`` under your firewall:
7474

7575
Now, when the security system initiates the authentication process, it will
7676
redirect the user to the login form ``/login``. Implementing this login form
77-
is your job. First, create a new ``SecurityController`` inside your app::
77+
is your job. First, create a new ``SecurityController``::
7878

7979
// src/Controller/SecurityController.php
8080
namespace App\Controller;

0 commit comments

Comments
 (0)