Skip to content

Commit b3ca8a3

Browse files
committed
Fix password reset redirection path
1 parent 5a07073 commit b3ca8a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/Http/Controllers/Auth/ResetPasswordController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class ResetPasswordController extends Controller
2020

2121
use ResetsPasswords;
2222

23+
public $redirectTo = '/';
24+
2325
/**
2426
* Create a new controller instance.
2527
*

0 commit comments

Comments
 (0)