@elite.framework/ng.core 2.0.32 → 2.0.33

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.
@@ -2994,6 +2994,7 @@ async function getInitialData() {
2994
2994
  if (!options.skipInitAuthService && authService) {
2995
2995
  await authService.init();
2996
2996
  }
2997
+ // TODO : if not authenticated skip
2997
2998
  if (options.skipGetAppConfiguration || authService?.isAuthenticated == false)
2998
2999
  return;
2999
3000
  const result$ = configState.refreshAppState().pipe(tap(() => checkAuthenticationState(injector)), tap(() => {