summaryrefslogtreecommitdiff
path: root/login/src/com/google/gct/login/OAuthScopeRegistry.java
diff options
context:
space:
mode:
Diffstat (limited to 'login/src/com/google/gct/login/OAuthScopeRegistry.java')
-rw-r--r--login/src/com/google/gct/login/OAuthScopeRegistry.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/login/src/com/google/gct/login/OAuthScopeRegistry.java b/login/src/com/google/gct/login/OAuthScopeRegistry.java
index 47b9686..ca2fe2e 100644
--- a/login/src/com/google/gct/login/OAuthScopeRegistry.java
+++ b/login/src/com/google/gct/login/OAuthScopeRegistry.java
@@ -32,7 +32,6 @@ class OAuthScopeRegistry {
static {
SortedSet<String> scopes = new TreeSet<String>();
scopes.add("https://www.googleapis.com/auth/userinfo#email");
- scopes.add("https://www.googleapis.com/auth/appengine.admin");
sScopes = Collections.unmodifiableSortedSet(scopes);
}