@aws-amplify/ui-angular 5.0.35 → 5.0.37

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.
@@ -53,7 +53,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.3.0", ngImpor
53
53
  }]
54
54
  }] });
55
55
 
56
- const VERSION = '5.0.35';
56
+ const VERSION = '5.0.37';
57
57
 
58
58
  const logger$1 = new ConsoleLogger('state-machine');
59
59
  /**
@@ -180,6 +180,7 @@ class AuthenticatorService {
180
180
  this._machineSubscription.unsubscribe();
181
181
  if (this._unsubscribeHub)
182
182
  this._unsubscribeHub();
183
+ this._authService.stop();
183
184
  }
184
185
  /** @deprecated For internal use only */
185
186
  send(event) {