summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-15 08:45:17 -0700
committernickago <ngonella@calpoly.edu>2015-07-15 08:45:17 -0700
commit46e076529a15da3b5dd63070fbb8e887dba9b436 (patch)
tree34af2b766b1ff3e36599f218006cbc35ae3e2a52 /web
parenta45dea6b06bb62b3fb953d598854c371f417082d (diff)
downloadchat-46e076529a15da3b5dd63070fbb8e887dba9b436.tar.gz
chat-46e076529a15da3b5dd63070fbb8e887dba9b436.tar.bz2
chat-46e076529a15da3b5dd63070fbb8e887dba9b436.zip
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),