mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-26 22:40:45 +00:00
Update ResetPasswordController redirectToo path to /i/web as /home is deprecated
This commit is contained in:
parent
89abbe200d
commit
8803c6de3d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class ResetPasswordController extends Controller
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $redirectTo = '/home';
|
protected $redirectTo = '/i/web';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new controller instance.
|
* Create a new controller instance.
|
||||||
|
|
Loading…
Reference in a new issue