BreadBoxOrg / breadbox-web

3 stars 0 forks source link

Backend fixes #96

Closed callbacked closed 4 weeks ago

callbacked commented 4 weeks ago

Fixed issue thrown when there was stale data which required the token to be updated

      display_message: null,
      error_code: 'ITEM_LOGIN_REQUIRED',
      error_message: "the login details of this item have changed (credentials, MFA, or required user action) and a user login is required to update this information. use Link's update mode to restore the item to a good state",
      error_type: 'ITEM_ERROR',
      request_id: 'bRS7HYAfiokRMFP',
      suggested_action: null
    }
  }
}

The data should populate like before now 👍