Skip to content

Commit f99e8a6

Browse files
committed
Fixed docs
1 parent bec9021 commit f99e8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/http-auth-interceptor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* On 401 response (without 'ignoreAuthModule' option) stores the request
4646
* and broadcasts 'event:auth-loginRequired'.
4747
* On 403 response (without 'ignoreAuthModule' option) discards the request
48-
* and broadcasts 'event:auth-authorizationRequired'.
48+
* and broadcasts 'event:auth-forbidden'.
4949
*/
5050
.config(['$httpProvider', function($httpProvider) {
5151
$httpProvider.interceptors.push(['$rootScope', '$q', 'httpBuffer', function($rootScope, $q, httpBuffer) {

0 commit comments

Comments
 (0)