Skip to content

Commit

Permalink
Better password reset redirect location
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Jan 9, 2019
1 parent e3f9e36 commit 68ae7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Auth/ResetPasswordController.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ResetPasswordController extends Controller{
*
* @var string
*/
protected $redirectTo = '/login';
protected $redirectTo = '';

/**
* Create a new controller instance.
Expand Down

0 comments on commit 68ae7c1

Please sign in to comment.