## The problem Currently, we have a single state, opening multiple tabs concurrently overrides the state of each other, causing login to fail. ## Possible Solutions - Lock state. - Use different state per tab.