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 {
Already have an account? Log In