aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/js/otp.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/web/js/otp.jsx')
-rw-r--r--cmd/web/js/otp.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmd/web/js/otp.jsx b/cmd/web/js/otp.jsx
index 2717d9f..a0ee5cc 100644
--- a/cmd/web/js/otp.jsx
+++ b/cmd/web/js/otp.jsx
@@ -53,12 +53,12 @@ module.exports.OtpEnrollForm = React.createClass({
53 ); 53 );
54 } 54 }
55 return ( 55 return (
56 <div className='row otp-enroll justify-content-center'> 56 <div className='row otp-enroll'>
57 <div className='col-lg-offset-4 col-lg-4 col-md-offset-4 col-md-4 col-sm-offset-4 col-sm-4 col-xs-offset-1 col-xs-10'> 57 <div className='offset-4 col-4 col-xs-offset-1 col-xs-10 text-center'>
58 {qrCode} 58 {qrCode}
59 <div className='row justify-content-center'> 59 <div className='row justify-content-center'>
60 <form role='form' onSubmit={this.handleSubmit}> 60 <form role='form' onSubmit={this.handleSubmit}>
61 <input className='form-control' type='pass' placeholder='pass' onChange={this.handlePassChange} /> 61 <input className='form-control' type='pass' placeholder='code' onChange={this.handlePassChange} />
62 <input className='form-control submit' type='submit' value='Validate' /> 62 <input className='form-control submit' type='submit' value='Validate' />
63 <div className={cName} ref='message'>{this.state.msg}</div> 63 <div className={cName} ref='message'>{this.state.msg}</div>
64 </form> 64 </form>