Linked profiles are determined dynamically

This commit is contained in:
Sahat Yalkabov
2013-12-12 14:01:19 -05:00
parent be1eb09af8
commit ef967cafda
2 changed files with 26 additions and 8 deletions

View File

@ -28,6 +28,7 @@ exports.postAccountProfile = function(req, res) {
});
};
// todo: change to change postPassword
exports.postAccountSettings = function(req, res) {
console.log('okay!!');
};