summaryrefslogtreecommitdiffstats
path: root/webapp/components/login/login_controller.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/login/login_controller.jsx')
-rw-r--r--webapp/components/login/login_controller.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx
index cd4175d3c..ca06caf0b 100644
--- a/webapp/components/login/login_controller.jsx
+++ b/webapp/components/login/login_controller.jsx
@@ -336,7 +336,10 @@ export default class LoginController extends React.Component {
onSubmit={this.preSubmit}
>
<div className='signup__email-container'>
- <FormError error={this.state.serverError}/>
+ <FormError
+ error={this.state.serverError}
+ margin={true}
+ />
<div className={'form-group' + errorClass}>
<input
className='form-control'