This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
hymenobacterdotinfo/app/adapters/user.js
Matthew Dillon b19913aece User adapter
coalesceFindRequests: false
2015-11-17 09:59:02 -07:00

7 lines
291 B
JavaScript

import ApplicationAdapter from '../adapters/application';
export default ApplicationAdapter.extend({
// If coalesceFindRequests is on, and we 403 on any requests, ESA logs
// the current user out. Better to split the requests up at the adapter level.
coalesceFindRequests: false,
});