coopdevs / katuma-web

ABANDONED - Old Katuma's web interface
http://www.katuma.org
MIT License
7 stars 1 forks source link

Fix logout errors #16

Closed andresgutgon closed 7 years ago

andresgutgon commented 7 years ago

WAT

After user logout we were having some errors because we were setting global state to null and this was provoking an incesary call to api/v1/me no this is not happening.

Also I removed 🔥 some dead code

andresgutgon commented 7 years ago

Auto 👨‍❤️‍👨