Skip to content

Commit 8e5a689

Browse files
Uppdated in response to review
1 parent 6191b43 commit 8e5a689

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/http-auth-interceptor.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818
* @param data an optional argument to pass on to $broadcast which may be useful for
1919
* example if you need to pass through details of the user that was logged in
2020
* @param configUpdater an optional transformation function that can modify the
21-
* $http configuration object for requests that are retried
22-
* after having logged in. This can be used for example to add
23-
* an authentication token. It must return the modified configuration object.
21+
* requests that are retried after having logged in. This can be used for example
22+
* to add an authentication token. It must return the request.
2423
*/
2524
loginConfirmed: function(data, configUpdater) {
2625
var updater = configUpdater || function(config) {return config;};

0 commit comments

Comments
 (0)