Kamaraju prathi
Kamaraju prathi
Do we need below in PersonForm? 1.PersonForm.propTypes = { person: PropTypes.shape({ fullName: PropTypes.string, job: PropTypes.string, email: PropTypes.string }) 2.UpdateProperty Method How ever we are mentioning that in the PersonInfo right?
WHEN I TRYING TO LOGIN WITH GOOGLE OAUTH2 I SEE THIS ERROR InternalOAuthError: Failed to obtain access token at Strategy.OAuth2Strategy._createOAuthError (/Users/kprat1/learning/passportexamples2/passport-examples/node_modules/passport-oauth2/lib/strategy.js:370:17) at /Users/kprat1/learning/passportexamples2/passport-examples/node_modules/passport-oauth2/lib/strategy.js:166:45 at /Users/kprat1/learning/passportexamples2/passport-examples/node_modules/oauth/lib/oauth2.js:177:18 at ClientRequest. (/Users/kprat1/learning/passportexamples2/passport-examples/node_modules/oauth/lib/oauth2.js:148:5) at emitOne...