Fix error when showing credentials for oauth client
This commit is contained in:
parent
6e13dc8db7
commit
faec1e5340
1 changed files with 3 additions and 0 deletions
|
@ -359,6 +359,9 @@ module.config([ '$routeProvider', function($routeProvider) {
|
||||||
},
|
},
|
||||||
application : function(OAuthClientLoader) {
|
application : function(OAuthClientLoader) {
|
||||||
return OAuthClientLoader();
|
return OAuthClientLoader();
|
||||||
|
},
|
||||||
|
oauth : function(OAuthClientLoader) {
|
||||||
|
return OAuthClientLoader();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
controller : 'OAuthClientCredentialsCtrl'
|
controller : 'OAuthClientCredentialsCtrl'
|
||||||
|
|
Loading…
Reference in a new issue