Thanks to visit codestin.com Credit goes to github.com
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 bec9021 commit f99e8a6Copy full SHA for f99e8a6
src/http-auth-interceptor.js
@@ -45,7 +45,7 @@
45
* On 401 response (without 'ignoreAuthModule' option) stores the request
46
* and broadcasts 'event:auth-loginRequired'.
47
* On 403 response (without 'ignoreAuthModule' option) discards the request
48
- * and broadcasts 'event:auth-authorizationRequired'.
+ * and broadcasts 'event:auth-forbidden'.
49
*/
50
.config(['$httpProvider', function($httpProvider) {
51
$httpProvider.interceptors.push(['$rootScope', '$q', 'httpBuffer', function($rootScope, $q, httpBuffer) {
0 commit comments