File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -171,9 +171,9 @@ form::
171171
172172Don't let this controller confuse you. As you'll see in a moment, when the
173173user submits the form, the security system automatically handles the form
174- submission for you. If the user had submitted an invalid username or password,
175- this controller reads the form submission error from the security system so
176- that it can be displayed back to the user.
174+ submission for you. If the user submits an invalid username or password,
175+ this controller reads the form submission error from the security system,
176+ so that it can be displayed back to the user.
177177
178178In other words, your job is to *display * the login form and any login errors
179179that may have occurred, but the security system itself takes care of checking
You can’t perform that action at this time.
0 commit comments