summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoramWilander <jwawilander@gmail.com>2015-08-28 10:02:45 -0400
committerJoramWilander <jwawilander@gmail.com>2015-08-28 10:02:45 -0400
commit4ea9635b502ed41f541ae27713f7736fdeda0ce7 (patch)
treed91f232b7d26b60f41320b4b172091182315806d /web/react/utils
parent75af5d4536cc414d171c2fe6dca78e455eb18b37 (diff)
downloadchat-4ea9635b502ed41f541ae27713f7736fdeda0ce7.tar.gz
chat-4ea9635b502ed41f541ae27713f7736fdeda0ce7.tar.bz2
chat-4ea9635b502ed41f541ae27713f7736fdeda0ce7.zip
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,