Skip to content

Commit

Permalink
doc: remove reference to unexisting ESA auth handler
Browse files Browse the repository at this point in the history
same as in #9275
  • Loading branch information
sly7-7 authored Mar 28, 2024
1 parent 68b395e commit be231ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/requests/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Most applications will desire to have a single `RequestManager` instance, which
```ts
import RequestManager from '@ember-data/request';
import Fetch from '@ember-data/request/fetch';
import Auth from 'ember-simple-auth/ember-data-handler';
import Auth from 'app/services/ember-data-handler';

export default class extends RequestManager {
constructor(args?: Record<string | symbol, unknown>) {
Expand Down

0 comments on commit be231ae

Please sign in to comment.