i implemented this code
<GoogleLogin onSuccess={credentialResponse => { console.log(credentialResponse); handleGoogleAuthCallbackResponse(credentialResponse) }} onError={() => { console.log('Login Failed'); }} />
and each time i log in with new account the profile picture in the UI does not change, the logging in itself is successfull and getting the write credential each time, only the UI of the button does not update.
i implemented this code
<GoogleLogin onSuccess={credentialResponse => { console.log(credentialResponse); handleGoogleAuthCallbackResponse(credentialResponse) }} onError={() => { console.log('Login Failed'); }} />
and each time i log in with new account the profile picture in the UI does not change, the logging in itself is successfull and getting the write credential each time, only the UI of the button does not update.