From 4ea9635b502ed41f541ae27713f7736fdeda0ce7 Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Fri, 28 Aug 2015 10:02:45 -0400 Subject: Remove Google as a SSO service. --- web/react/components/signup_user_complete.jsx | 9 --------- 1 file changed, 9 deletions(-) (limited to 'web/react/components/signup_user_complete.jsx') diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx index e5c602c16..2080cc191 100644 --- a/web/react/components/signup_user_complete.jsx +++ b/web/react/components/signup_user_complete.jsx @@ -162,15 +162,6 @@ module.exports = React.createClass({ ); } - if (authServices.indexOf(Constants.GOOGLE_SERVICE) >= 0) { - signupMessage.push( - - - with Google - - ); - } - var emailSignup; if (authServices.indexOf(Constants.EMAIL_SERVICE) !== -1) { emailSignup = ( -- cgit v1.2.3-1-g7c22