Skip to content

Commit 29b1cb4

Browse files
author
Justin Richer
committed
fixed variable name on approved sites page, addresses mitreid-connect#518 (again)
1 parent 4a8d693 commit 29b1cb4

File tree

1 file changed

+1
-1
lines changed
  • openid-connect-server-webapp/src/main/webapp/resources/js

1 file changed

+1
-1
lines changed

openid-connect-server-webapp/src/main/webapp/resources/js/grant.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var ApprovedSiteView = Backbone.View.extend({
158158

159159
this.$el.html(this.template(json));
160160

161-
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('scope'), systemScopes: app.systemScopeList}));
161+
$('.scope-list', this.el).html(this.scopeTemplate({scopes: this.model.get('allowedScopes'), systemScopes: app.systemScopeList}));
162162

163163
this.$('.dynamically-registered').tooltip({title: 'This client was dynamically registered'});
164164
this.$('.whitelisted-site').tooltip({title: 'This site was whitelisted by an adminstrator'});

0 commit comments

Comments
 (0)