summaryrefslogtreecommitdiff
path: root/login
diff options
context:
space:
mode:
authorAppu Goundan <appu@google.com>2014-08-14 15:59:38 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-08-12 20:07:20 +0000
commitf6bb2d87bf59e12bd3ee78b50e7a9db2402ddf9b (patch)
tree9421b70171afd7551b378c89d1948cc58647b12e /login
parent2bc3e4fc1fced5745f66c82144abd0e88253e774 (diff)
parentc4e5891127fd79847100dd1ea890a37655f937b5 (diff)
downloadcloud-f6bb2d87bf59e12bd3ee78b50e7a9db2402ddf9b.tar.gz
Merge "Revert "Creates a simple deploy dialog using appcfg."" into idea133
Diffstat (limited to 'login')
-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);
}