Added link for users to update email/password

This commit is contained in:
Jason Denney
2013-05-28 00:27:34 -04:00
parent 0ef4e81474
commit d5662284ab
3 changed files with 11 additions and 1 deletions
@@ -17,5 +17,8 @@
});
}
});
},
onChangeAccountInfo: function(){
window.location.href="users/edit";
}
}