This commit is contained in:
Martin Donnelly 2016-08-05 11:56:04 +01:00
parent ad114dbbb4
commit dcdb99150d

View File

@ -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' );
}); });
}); });
}); });