@osovitny/anatoly 3.20.22 → 3.20.23
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.
|
@@ -10512,7 +10512,9 @@ const MSALProviders = [
|
|
|
10512
10512
|
},
|
|
10513
10513
|
{
|
|
10514
10514
|
provide: MSAL_INTERCEPTOR_CONFIG,
|
|
10515
|
-
useValue: MSALInterceptorConfigFactory(),
|
|
10515
|
+
//useValue: MSALInterceptorConfigFactory(),
|
|
10516
|
+
useFactory: MSALInstanceFactory,
|
|
10517
|
+
deps: [HttpClient]
|
|
10516
10518
|
},
|
|
10517
10519
|
//App
|
|
10518
10520
|
AuthService,
|