Skip to content

Commit

Permalink
Update authentication.md path customization docs
Browse files Browse the repository at this point in the history
Updating the path customization section to include `VerificationController` in the list of files to add a custom property/method to.
  • Loading branch information
WyattCast44 authored Oct 7, 2018
1 parent 55d9f93 commit fe20326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Now that you have routes and views setup for the included authentication control

#### Path Customization

When a user is successfully authenticated, they will be redirected to the `/home` URI. You can customize the post-authentication redirect location by defining a `redirectTo` property on the `LoginController`, `RegisterController`, and `ResetPasswordController`:
When a user is successfully authenticated, they will be redirected to the `/home` URI. You can customize the post-authentication redirect location by defining a `redirectTo` property on the `LoginController`, `RegisterController`, `ResetPasswordController`, and `VerificationController`:

protected $redirectTo = '/';

Expand Down

0 comments on commit fe20326

Please sign in to comment.