There was an error while loading. Please reload this page.
1 parent 4a8d693 commit 29b1cb4Copy full SHA for 29b1cb4
openid-connect-server-webapp/src/main/webapp/resources/js/grant.js
@@ -158,7 +158,7 @@ var ApprovedSiteView = Backbone.View.extend({
158
159
this.$el.html(this.template(json));
160
161
- $('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('scope'), systemScopes: app.systemScopeList}));
+ $('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('allowedScopes'), systemScopes: app.systemScopeList}));
162
163
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered'});
164
this.$('.whitelisted-site').tooltip({title: 'This site was whitelisted by an adminstrator'});
0 commit comments