App\Http\Controllers\Frontend\Auth\ResetPasswordController::redirectPath PHP Method

redirectPath() public method

Where to redirect users after resetting password
public redirectPath ( ) : string
return string
    public function redirectPath()
    {
        return route('frontend.index');
    }