diff --git a/openid-connect-server/src/main/webapp/resources/js/admin.js b/openid-connect-server/src/main/webapp/resources/js/admin.js index d59be011d..a3e7fbdf8 100644 --- a/openid-connect-server/src/main/webapp/resources/js/admin.js +++ b/openid-connect-server/src/main/webapp/resources/js/admin.js @@ -1020,10 +1020,16 @@ "admin/blacklist":"blackList", - "user/approved":"approvedSites" + "user/approved":"approvedSites", + + "": "root" }, - + + root:function() { + this.navigate('user/approved', {trigger: true}); + }, + initialize:function () { this.clientList = new ClientCollection();