iptdevs-design-system 3.1.268 → 3.1.269

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.
@@ -3426,6 +3426,8 @@ class CodFormStepTwoComponent extends CodFormSteps {
3426
3426
  this.codFormStepTwo.controls['student_phone_number'].setValue(this.initialData.phone_number);
3427
3427
  this.codFormStepTwo.controls['birthdate'].setValue(this.initialData.birthdate);
3428
3428
  this.codFormStepTwo.controls['student_email'].setValue(this.initialData.email);
3429
+ this.codFormStepTwo.controls['password'].setValue(this.initialData.id_card);
3430
+ this.codFormStepTwo.controls['re_password'].setValue(this.initialData.id_card);
3429
3431
  }
3430
3432
  setDataFromPreviusCod() {
3431
3433
  this.codFormStepTwo.controls['student_name'].setValue(this.initialData.student.name);
@@ -3446,6 +3448,8 @@ class CodFormStepTwoComponent extends CodFormSteps {
3446
3448
  this.codFormStepTwo.controls['student_phone_number'].setValue(this.initialData.student.phone_number);
3447
3449
  this.codFormStepTwo.controls['birthdate'].setValue(this.initialData.student.birthdate);
3448
3450
  this.codFormStepTwo.controls['student_email'].setValue(this.initialData.student.email);
3451
+ this.codFormStepTwo.controls['password'].setValue(this.initialData.student.id_card);
3452
+ this.codFormStepTwo.controls['re_password'].setValue(this.initialData.student.id_card);
3449
3453
  }
3450
3454
  cleanComponent() {
3451
3455
  this.resetLocalStorage(this.controls);