Update ResetPasswordController redirectToo path to /i/web as /home is deprecated

pull/3583/head
Daniel Supernault 3 years ago
parent 89abbe200d
commit 8803c6de3d
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -25,7 +25,7 @@ class ResetPasswordController extends Controller
*
* @var string
*/
protected $redirectTo = '/home';
protected $redirectTo = '/i/web';
/**
* Create a new controller instance.

Loading…
Cancel
Save