We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f399690 commit 43628e2Copy full SHA for 43628e2
README.md
@@ -64,7 +64,7 @@ const refreshAuthLogic = failedRequest => axios.post('https://www.example.com/au
64
return Promise.resolve();
65
});
66
67
-// Instantiate the interceptor (you can chain it as it returns the axios instance)
+// Instantiate the interceptor
68
createAuthRefreshInterceptor(axios, refreshAuthLogic);
69
70
// Make a call. If it returns a 401 error, the refreshAuthLogic will be run,
0 commit comments