fix: update jsonpath-plus depenency

This commit is contained in:
Rainer Killinger
2024-10-18 14:49:15 +02:00
parent e6c17c860b
commit 496b50d892
4 changed files with 65 additions and 8 deletions

View File

@@ -81,7 +81,6 @@ export class AuthHelperService {
user[key as keyof SCUserConfiguration] = JSONPath({
path: this.userConfigurationMap[key as keyof SCUserConfiguration] as string,
json: userInfo,
preventEval: true,
})[0];
}
if (user.givenName && user.givenName.length > 0 && user.familyName && user.familyName.length > 0) {