Update users.authentication.server.controller.js

This commit is contained in:
Ryan Hutchison
2015-07-09 15:44:38 -04:00
parent 75c80524b7
commit 786c546d84

View File

@@ -210,4 +210,4 @@ exports.removeOAuthProvider = function (req, res, next) {
});
}
});
};
};