summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-10 20:56:20 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-10 20:56:20 +0500
commit7d7a50d6b184db0c94180982d9751d6d7f55d7af (patch)
tree2866dac2be0f5a023f03e8be877d9aa438e32af4 /web/react
parent14395689ca33edb6104b4c9e71d07847f196285e (diff)
downloadchat-7d7a50d6b184db0c94180982d9751d6d7f55d7af.tar.gz
chat-7d7a50d6b184db0c94180982d9751d6d7f55d7af.tar.bz2
chat-7d7a50d6b184db0c94180982d9751d6d7f55d7af.zip
MM-1304 - Quick fix for error on welcome sign up page
Diffstat (limited to 'web/react')
-rw-r--r--web/react/components/signup_user_complete.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/signup_user_complete.jsx b/web/react/components/signup_user_complete.jsx
index 124e617bd..fb96cc99f 100644
--- a/web/react/components/signup_user_complete.jsx
+++ b/web/react/components/signup_user_complete.jsx
@@ -130,7 +130,7 @@ module.exports = React.createClass({
</div>
{ email }
<label className="control-label">Password</label>
- <div className={ name_error ? "form-group has-error" : "form-group" }>
+ <div className={ password_error ? "form-group has-error" : "form-group" }>
<input type="password" ref="password" className="form-control" placeholder="" maxLength="128" />
{ password_error }
</div>