@opensourcekd/ng-common-libs 2.0.7 → 2.0.8

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.
package/dist/index.cjs CHANGED
@@ -317,7 +317,7 @@ class AuthService {
317
317
  this.id = options?.id;
318
318
  this.userSubject = new rxjs.BehaviorSubject(this.getUserInfoFromStorage());
319
319
  this.user$ = this.userSubject.asObservable();
320
- console.log("[AuthService] AuthService instance created (Auth0 client will be initialized on first use)");
320
+ console.log("[AuthService] AuthService instance created (Auth0 client will be initialized on first use, kd)");
321
321
  // Lazy initialization - Auth0 client will be initialized in ensureInitialized() on first use
322
322
  }
323
323
  /**