@infrab4a/connect-angular 4.17.0-beta.5 → 4.17.0-beta.6

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.
@@ -2699,8 +2699,11 @@ AngularConnectModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", ve
2699
2699
  }
2700
2700
  catch (error) {
2701
2701
  console.warn('ReCAPTCHA site key not provided or invalid, App Check not initialized');
2702
+ return initializeAppCheck(app, {
2703
+ provider: undefined,
2704
+ isTokenAutoRefreshEnabled: true,
2705
+ });
2702
2706
  }
2703
- return;
2704
2707
  }),
2705
2708
  provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
2706
2709
  AngularElasticSeachModule,
@@ -2736,8 +2739,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
2736
2739
  }
2737
2740
  catch (error) {
2738
2741
  console.warn('ReCAPTCHA site key not provided or invalid, App Check not initialized');
2742
+ return initializeAppCheck(app, {
2743
+ provider: undefined,
2744
+ isTokenAutoRefreshEnabled: true,
2745
+ });
2739
2746
  }
2740
- return;
2741
2747
  }),
2742
2748
  provideStorage((injector) => getStorage(injector.get(FirebaseApp))),
2743
2749
  AngularElasticSeachModule,