tanflow dlr code issue resloved
This commit is contained in:
parent
a67eb9da3c
commit
cf95347fd7
@ -1113,6 +1113,8 @@ export class AuthService {
|
||||
jobTitle: tanflowUserInfo.employeeType || undefined, // Map employeeType to jobTitle
|
||||
postalAddress: tanflowUserInfo.address ? (typeof tanflowUserInfo.address === 'string' ? tanflowUserInfo.address : JSON.stringify(tanflowUserInfo.address)) : undefined,
|
||||
mobilePhone: tanflowUserInfo.mobile_phone || tanflowUserInfo.mobilePhone || undefined,
|
||||
dealerCode: tanflowUserInfo.dealer_code || undefined,
|
||||
employeeNumber: tanflowUserInfo.dealer_code || tanflowUserInfo.employeeNumber || undefined,
|
||||
adGroups: Array.isArray(tanflowUserInfo.groups) ? tanflowUserInfo.groups : undefined,
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user