aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/signin.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/signin.jsx')
-rw-r--r--cmd/web/js/signin.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/js/signin.jsx b/cmd/web/js/signin.jsx
index bff497e..e0e0f1d 100644
--- a/cmd/web/js/signin.jsx
+++ b/cmd/web/js/signin.jsx
@@ -44,7 +44,7 @@ class SigninForm extends React.Component {
44 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk}); 44 var cName = classNames('form-message', {'hidden': this.state.hideMsg, 'message-ok': this.state.msgOk});
45 return ( 45 return (
46 <div className="row sign-in"> 46 <div className="row sign-in">
47 <div className="offset-4 col-4 col-xs-offset-1 col-xs-10 text-center"> 47 <div className="offset-1 col-10 offset-md-4 col-md-4 text-center">
48 <form role="form" onSubmit={this.handleSubmit}> 48 <form role="form" onSubmit={this.handleSubmit}>
49 <input className="form-control" type="email" placeholder="email" onChange={this.handleEmailChange} /> 49 <input className="form-control" type="email" placeholder="email" onChange={this.handleEmailChange} />
50 <input className="form-control" type="password" placeholder="password" onChange={this.handlePasswordChange} /> 50 <input className="form-control" type="password" placeholder="password" onChange={this.handlePasswordChange} />