summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-07-15 12:10:23 -0400
committerChristopher Speller <crspeller@gmail.com>2015-07-15 12:10:23 -0400
commit31e9c6ae49cdddd241687a08c0a8e9251a00dca2 (patch)
tree34af2b766b1ff3e36599f218006cbc35ae3e2a52 /web
parenta45dea6b06bb62b3fb953d598854c371f417082d (diff)
parent46e076529a15da3b5dd63070fbb8e887dba9b436 (diff)
downloadchat-31e9c6ae49cdddd241687a08c0a8e9251a00dca2.tar.gz
chat-31e9c6ae49cdddd241687a08c0a8e9251a00dca2.tar.bz2
chat-31e9c6ae49cdddd241687a08c0a8e9251a00dca2.zip
Merge pull request #189 from nickago/MM-1591
MM-1591 Fixed typo, returned password flow to standard model
Diffstat (limited to 'web')
-rw-r--r--web/react/components/user_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_settings.jsx b/web/react/components/user_settings.jsx
index b4c3747af..06d8d0208 100644
--- a/web/react/components/user_settings.jsx
+++ b/web/react/components/user_settings.jsx
@@ -626,7 +626,7 @@ var SecurityTab = React.createClass({
client.updatePassword(data,
function(data) {
- this.updateSection("");
+ this.props.updateSection("");
AsyncClient.getMe();
this.setState({ current_password: '', new_password: '', confirm_password: '' });
}.bind(this),