@overmap-ai/core 1.0.60-sdk-refactor.11 → 1.0.60-sdk-refactor.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15607,8 +15607,6 @@ class JWTService extends BaseAuthService {
15607
15607
  return void 0;
15608
15608
  }
15609
15609
  this.setTokens(tokens);
15610
- this.dispatch(setLoggedIn(true));
15611
- this.dispatch({ type: "rehydrated/setRehydrated", payload: true });
15612
15610
  });
15613
15611
  return Promise.race([timeoutPromise, successPromise]);
15614
15612
  }