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