cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
168 stars 75 forks source link

Issue with Microsoft Login. Authentication was not being registered on first click #164

Open madhav-inspexion opened 8 months ago

madhav-inspexion commented 8 months ago

Linked to Issue #163

Fix an issue with Microsoft where the user had to click on login a second time for his login to register with the app. This was caused by a too early removal of the 'storage' event listener

The fix is quite simple really; we just have to make sure that 'code' exists before removing the listener and then everything works perfectly.