intelica-library-ui 0.1.220 → 0.1.221

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.
@@ -582,7 +582,7 @@ class RouteGuardService {
582
582
  ValidateToken(pageRoot) {
583
583
  const cookieAttributesGeneral = GetCookieAttributes(this.ConfigService.environment?.environment ?? "");
584
584
  const authenticationLocation = `${this.ConfigService.environment?.authenticationWeb}?callback=${window.location.href}&clientID=${this.ConfigService.environment?.clientID}`;
585
- const path = `${this.ConfigService.environment?.authenticationPath ?? ""}/Authenticate/ignore/auth/token/validate`;
585
+ const path = `${this.ConfigService.environment?.authenticationPath ?? ""}/Authenticate/ignore/ValidateToken`;
586
586
  const authenticationClientID = this.ConfigService.environment?.clientID ?? "";
587
587
  const validateTokenQuery = {
588
588
  token: getCookie("token") ?? "",