@idsoftsource/initial-process 1.2.8 → 1.3.0

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.
@@ -5646,8 +5646,8 @@ class RoleSelectComponent {
5646
5646
  latitude: form.latitude,
5647
5647
  longitude: form.longitude,
5648
5648
  yearsActive: 0,
5649
- headshotFileId: saved?.userDetail?.headshotFileId,
5650
- headshotUrl: saved?.userDetail?.headshotUrl,
5649
+ headshotFileId: this.user.headshotFileId,
5650
+ headshotUrl: this.user.headshotUrl,
5651
5651
  isInitialSetupCompleted: false,
5652
5652
  id: this.userId,
5653
5653
  phoneNumber: form.phoneNumber,