fitbit
This commit is contained in:
parent
ad114dbbb4
commit
dcdb99150d
@ -142,7 +142,9 @@ app.get('/fitbit_auth_callback', function (req, res, next) {
|
|||||||
if ( err ) {
|
if ( err ) {
|
||||||
return next( err );
|
return next( err );
|
||||||
}
|
}
|
||||||
|
console.log("!!!! Fitbit token saved");
|
||||||
res.redirect( '/fb-profile' );
|
res.redirect( '/fb-profile' );
|
||||||
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user