tango-app-ui-auth 3.5.0-beta.6 → 3.5.0-beta.8

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.
@@ -424,7 +424,7 @@ class TangoAuthLoginComponent {
424
424
  this.userProfile();
425
425
  }
426
426
  else {
427
- this.onLogin(true);
427
+ // this.onLogin(true);
428
428
  }
429
429
  }).catch(() => {
430
430
  });
@@ -1683,7 +1683,8 @@ class TangoAuthForgotPasswordComponent {
1683
1683
  const payload = {
1684
1684
  ...this.PasswordForm.value,
1685
1685
  password: encryptedPassword,
1686
- confirmPassword: encryptedPassword
1686
+ confirmPassword: encryptedPassword,
1687
+ loginType: "web",
1687
1688
  };
1688
1689
  this.authService.forgotPassword(payload).subscribe({
1689
1690
  next: (res) => {