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

This commit is contained in:
Daniel Supernault 2022-07-19 22:48:50 -06:00
parent 89abbe200d
commit 8803c6de3d
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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.