From 7d7641b80bada56a0cb0f6bfb412c03795a945b0 Mon Sep 17 00:00:00 2001 From: catarak Date: Tue, 6 Sep 2016 16:53:37 -0400 Subject: [PATCH] comment out login with github button --- client/modules/User/pages/LoginView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/modules/User/pages/LoginView.js b/client/modules/User/pages/LoginView.js index 252d864e..318b3187 100644 --- a/client/modules/User/pages/LoginView.js +++ b/client/modules/User/pages/LoginView.js @@ -2,7 +2,7 @@ import React from 'react'; import { reduxForm } from 'redux-form'; import { validateAndLoginUser } from '../actions'; import LoginForm from '../components/LoginForm'; -import GithubButton from '../components/GithubButton'; +// import GithubButton from '../components/GithubButton'; import { Link } from 'react-router'; @@ -11,8 +11,8 @@ function LoginView(props) {

Login

-

Or

- + {/*

Or

+ */} Cancel
);