8000 [8.x] Update two factor docs for Fortify (#7664) · laravel/docs@4363282 · GitHub
[go: up one dir, main page]

8000
Skip to content

Commit 4363282

Browse files
[8.x] Update two factor docs for Fortify (#7664)
* Update fortify.md * Update fortify.md Co-authored-by: Taylor Otwell <taylor@laravel.com>
1 parent b24772f commit 4363282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Fortify will take care of defining the `/two-factor-challenge` route that return
331331

332332
If the login attempt is successful, Fortify will redirect the user to the URI configured via the `home` configuration option within your application's `fortify` configuration file. If the login request was an XHR request, a 204 HTTP response will be returned.
333333

334-
If the request was not successful, the user will be redirected back to the login screen and the validation errors will be available to you via the shared `$errors` [Blade template variable](/docs/{{version}}/validation#quick-displaying-the-validation-errors). Or, in the case of an XHR request, the validation errors will be returned with a 422 HTTP response.
334+
If the request was not successful, the user will be redirected back to the two factor challenge screen and the validation errors will be available to you via the shared `$errors` [Blade template variable](/docs/{{version}}/validation#quick-displaying-the-validation-errors). Or, in the case of an XHR request, the validation errors will be returned with a 422 HTTP response.
335335

336336
<a name="disabling-two-factor-authentication"></a>
337337
### Disabling Two Factor Authentication

0 commit comments

Comments
 (0)
0