MM-1304 - Quick fix for error on welcome sign up page

Этот коммит содержится в:
Asaad Mahmood
2015-07-10 20:56:20 +05:00
родитель 14395689ca
Коммит 7d7a50d6b1
2 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@@ -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>