comment out incomplete code

This commit is contained in:
Matteo Pagliazzi
2015-11-19 22:04:18 +01:00
parent e028af9f3f
commit c87200f582

View File

@@ -145,7 +145,7 @@ api.loginLocal = {
// Called as a callback by Facebook (or other social providers) // Called as a callback by Facebook (or other social providers)
api.loginSocial = { api.loginSocial = {
method: 'POST', method: 'POST',
url: '/user/aurh/social', url: '/user/auth/social',
handler (req, res, next) { handler (req, res, next) {
let accessToken = req.body.authResponse.access_token; let accessToken = req.body.authResponse.access_token;
let network = req.body.network; let network = req.body.network;
@@ -204,13 +204,13 @@ api.loginSocial = {
}, },
}; };
api.attachSocial = { /* api.attachSocial = {
}; };
api.deleteSocial = { api.deleteSocial = {
}; };*/
export default api; export default api;