vmware-archive / hub

Kubeapps Hub UI
https://hub.kubeapps.com
Apache License 2.0
20 stars 12 forks source link

fixes a race when logging out #20

Closed prydonius closed 6 years ago

prydonius commented 6 years ago

If the logout request does not complete in time, the browser does not update the cookie as expired. We now wait for the logout request to succeed before reloading

fixes #16