Developer scope is obsolete

This commit is contained in:
Girish Ramakrishnan
2017-12-07 04:33:49 +05:30
parent cb814a50d7
commit 725cf297ab
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -91,7 +91,6 @@ function initializeExpressSync() {
var profileScope = routes.oauth2.scope(clients.SCOPE_PROFILE);
var usersScope = routes.oauth2.scope(clients.SCOPE_USERS);
var appsScope = routes.oauth2.scope(clients.SCOPE_APPS);
var developerScope = routes.oauth2.scope(clients.SCOPE_DEVELOPER);
var settingsScope = routes.oauth2.scope(clients.SCOPE_SETTINGS);
// csrf protection