@aws-amplify/ui-angular 5.0.36 → 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.
- package/esm2020/lib/services/authenticator.service.mjs +2 -1
- package/esm2020/version.mjs +2 -2
- package/fesm2015/aws-amplify-ui-angular.mjs +2 -1
- package/fesm2015/aws-amplify-ui-angular.mjs.map +1 -1
- package/fesm2020/aws-amplify-ui-angular.mjs +2 -1
- package/fesm2020/aws-amplify-ui-angular.mjs.map +1 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
|
@@ -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.
|
|
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) {
|