Aligns Google login button

This commit is contained in:
Maxi Redigonda 2020-08-20 23:53:44 -03:00
parent 5021781d25
commit 0fd23ac6b8

View File

@ -52,8 +52,8 @@ class MainHomePageLoginWidget extends React.Component {
return ( return (
<Widget className="main-home-page__widget" title={i18n('LOG_IN')} ref="loginWidget"> <Widget className="main-home-page__widget" title={i18n('LOG_IN')} ref="loginWidget">
<Form {...this.getLoginFormProps()}> <Form {...this.getLoginFormProps()}>
<div id="google-oauth-id">Loading Google Login ...</div>
<div className="login-widget__inputs"> <div className="login-widget__inputs">
<div id="google-oauth-id">Loading Google Login ...</div>
<FormField placeholder={i18n('EMAIL_LOWERCASE')} name="email" className="login-widget__input" validation="EMAIL" required/> <FormField placeholder={i18n('EMAIL_LOWERCASE')} name="email" className="login-widget__input" validation="EMAIL" required/>
<FormField placeholder={i18n('PASSWORD_LOWERCASE')} name="password" className="login-widget__input" required fieldProps={{password: true}}/> <FormField placeholder={i18n('PASSWORD_LOWERCASE')} name="password" className="login-widget__input" required fieldProps={{password: true}}/>
<FormField name="remember" label={i18n('REMEMBER_ME')} className="login-widget__input" field="checkbox"/> <FormField name="remember" label={i18n('REMEMBER_ME')} className="login-widget__input" field="checkbox"/>