Ajax Redirect role = ‘Editor’ to their Dashboard after register

You should set your address with the static method. For example:

wp_localize_script(
    'jquery_login',
    'ajax_object', array(
        'ajax_url' => admin_url('admin-ajax.php'),
        'redirecturl' => get_bloginfo('url') . '/user/dashboard' // Your Address
    )
);