tango-app-ui-auth 3.5.0-beta.8-prod-dev1 → 3.5.0-beta.8-prod-dev2

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.
@@ -308,6 +308,7 @@ class TangoAuthLoginComponent {
308
308
  if (resend) {
309
309
  delete this.credentials['otp'];
310
310
  }
311
+ this.credentials['captchaToken'] = this.captchaToken;
311
312
  const originalPassword = this.credentials.password;
312
313
  const addonPassword = `${this.credentials.password}___${Math.floor(Date.now() / 1000)}`;
313
314
  const secretKey = this.secretKey;