File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
client/modules/User/pages Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { reduxForm } from 'redux-form';
88import * as UserActions from '../actions' ;
99import SignupForm from '../components/SignupForm' ;
1010import { validateSignup } from '../../../utils/reduxFormUtils' ;
11+ import SocialAuthButton from '../components/SocialAuthButton' ;
1112import Nav from '../../../components/Nav' ;
1213
1314const __process = ( typeof global !== 'undefined' ? global : window ) . process ;
@@ -33,6 +34,11 @@ class SignupView extends React.Component {
3334 < div className = "form-container__content" >
3435 < h2 className = "form-container__title" > Sign Up</ h2 >
3536 < SignupForm { ...this . props } />
37+ < h2 className = "form-container__divider" > Or</ h2 >
38+ < div className = "form-container__stack" >
39+ < SocialAuthButton service = { SocialAuthButton . services . github } />
40+ < SocialAuthButton service = { SocialAuthButton . services . google } />
41+ </ div >
3642 < p className = "form__navigation-options" >
3743 Already have an account?
3844 < Link className = "form__login-button" to = "/login" > Log In</ Link >
You can’t perform that action at this time.
0 commit comments