From 0eb48977eea4a1575436bb4a1185d60f9a0f1915 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Thu, 28 May 2020 14:46:44 -0400 Subject: [PATCH] Fixes #1402 - Add Social Auth buttons to LoginView --- client/modules/User/pages/SignupView.jsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/modules/User/pages/SignupView.jsx b/client/modules/User/pages/SignupView.jsx index 8272b353..b51c6ac6 100644 --- a/client/modules/User/pages/SignupView.jsx +++ b/client/modules/User/pages/SignupView.jsx @@ -8,6 +8,7 @@ import { reduxForm } from 'redux-form'; import * as UserActions from '../actions'; import SignupForm from '../components/SignupForm'; import { validateSignup } from '../../../utils/reduxFormUtils'; +import SocialAuthButton from '../components/SocialAuthButton'; import Nav from '../../../components/Nav'; const __process = (typeof global !== 'undefined' ? global : window).process; @@ -33,6 +34,11 @@ class SignupView extends React.Component {

Sign Up

+

Or

+
+ + +

Already have an account?  Log In