/**
* Redirection paths.
*/
- protected $redirectTo = '/';
- protected $redirectPath = '/';
+ protected string $redirectTo = '/';
+ protected string $redirectPath = '/';
protected SocialAuthService $socialAuthService;
protected LoginService $loginService;