Just-Moh-it / Pckd

The ⚡️ analytics-intensive, self-hostable link-shortener with a beautiful UI | AKA free bit.ly alternative 🚀
https://docs.pckd.me/
MIT License
783 stars 95 forks source link

Login Screen Flashing Glitch #4

Open Just-Moh-it opened 2 years ago

Just-Moh-it commented 2 years ago

After entering the login details and pressing the login button, upon successful login, during the redirect process, strange flashes appear, like:

Flashing Login Screen

This is a well known problem while dealing with local storage and React-Router at the same time, and will be fixed by implementing using the browser-native location API.