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

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
  });