binawork / OnlineOnboarding

✈️ Online onboarding, reporting for employees, human resources management. A modern, simple and powerful web app to help you running your company while everyone are working remotely due to COVID social distancing
4 stars 0 forks source link

Fix/logout request #269

Closed adam-sas-on closed 3 years ago

adam-sas-on commented 3 years ago

After this fix, clicking logout button does its job (logs-out). Before that is was a matter of luck if user will be logged out or not (it has something with onBlur), for some people it worked, for others didn't. User trying to log out There are some number of solutions for this. I decided to try by onMouseDown={ preventOnBlur } but when user clicks (only) logout, modal does not hide (I know we can find something to remove onBlur and change it into something else also).

Going back to login screen is a thing which is also solved on this branch. (This branch can be removed after merge).