MushroomObserver / mo-mobile

Mushroom Observer mobile app
MIT License
0 stars 1 forks source link

Error when logging out around purge #13

Closed adagar closed 5 months ago

adagar commented 5 months ago

When logging out from android I get an error around expected purge information.
Screenshot 2024-03-18 185427

if (action.type === 'auth/logout') {
    return mainReducer(undefined, action);
  }

Unclear on why, need to investigate that reducer more