File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
* @param data an optional argument to pass on to $broadcast which may be useful for
19
19
* example if you need to pass through details of the user that was logged in
20
20
* @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.
24
23
*/
25
24
loginConfirmed : function ( data , configUpdater ) {
26
25
var updater = configUpdater || function ( config ) { return config ; } ;
You can’t perform that action at this time.
0 commit comments