iptdevs-design-system 3.1.4380 → 3.1.4381

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.
@@ -6336,6 +6336,8 @@ class CodSelfFormStepOneComponent extends CodSelfManagedSteps {
6336
6336
  if (changes['user']) {
6337
6337
  const currentUser = changes['user'].currentValue;
6338
6338
  const previousUser = changes['user'].previousValue;
6339
+ console.log('currentUser', currentUser);
6340
+ console.log('previousUser', previousUser);
6339
6341
  // Verifica si el objeto 'user' actual es diferente al anterior
6340
6342
  if (!this.areEqualUsers(currentUser, previousUser)) {
6341
6343
  console.log('setDataUsers');