netlify / netlify-identity-widget

A zero config, framework free Netlify Identity widget
https://identity.netlify.com
MIT License
772 stars 237 forks source link

Login event is called on every page load (once user is logged in) #576

Open KyleAMathews opened 1 year ago

KyleAMathews commented 1 year ago

I have some code which reacts to the user successfully logging in with the widget. But I noticed that this code is now called every time a page is loaded — which is odd. I can work around it but this should be fixed.