Skip to content

Commit 945ebfd

Browse files
authoredMar 22, 2024
doc: don't mention unexisting ESA auth handler (#9275)
don't mention unexisting ESA auth handler I think this could be confusing, and unless I miss something such handler does not exist, and I didn't see any open issue/PR in the ESA repo mentionning it
1 parent 0bd1fc3 commit 945ebfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎packages/request/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Most applications will desire to have a single `RequestManager` instance, which
410410
```ts
411411
import RequestManager from '@ember-data/request';
412412
import Fetch from '@ember-data/request/fetch';
413-
import Auth from 'ember-simple-auth/ember-data-handler';
413+
import Auth from 'app/services/auth-handler';
414414

415415
export default class extends RequestManager {
416416
constructor(createArgs) {

0 commit comments

Comments
 (0)