summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-08-28 07:33:01 -0700
committerCorey Hulen <corey@hulen.com>2015-08-28 07:33:01 -0700
commitbdf53884f567a46216fc1b8f3462fd15ab53ae92 (patch)
treeb747f0911f5e540d6f00354ab72f2e10ef0a9905 /web/react/utils
parent604166068ea8cd881a1c0a513cea3f992e9a65ea (diff)
parent4ea9635b502ed41f541ae27713f7736fdeda0ce7 (diff)
downloadchat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.tar.gz
chat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.tar.bz2
chat-bdf53884f567a46216fc1b8f3462fd15ab53ae92.zip
Merge pull request #514 from mattermost/mm-2039
MM-2039 Remove Google as a SSO service.
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 6678790e2..8721ced7c 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -60,7 +60,6 @@ module.exports = {
DEFAULT_CHANNEL: 'town-square',
OFFTOPIC_CHANNEL: 'off-topic',
GITLAB_SERVICE: 'gitlab',
- GOOGLE_SERVICE: 'google',
EMAIL_SERVICE: 'email',
POST_CHUNK_SIZE: 60,
MAX_POST_CHUNKS: 3,