@frontegg/angular 7.0.0-alpha.10351353953 → 7.0.0
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/CHANGELOG.md +736 -0
- package/bundles/frontegg-angular.umd.js +1 -2
- package/bundles/frontegg-angular.umd.js.map +1 -1
- package/esm2015/lib/frontegg-auth.service.js +2 -3
- package/fesm2015/frontegg-angular.js +1 -2
- package/fesm2015/frontegg-angular.js.map +1 -1
- package/lib/frontegg-auth.service.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1337,8 +1337,7 @@
|
|
|
1337
1337
|
};
|
|
1338
1338
|
FronteggAuthService.prototype.dispatchAction = function (type, payload) {
|
|
1339
1339
|
var store = this.fronteggAppService.fronteggApp.store;
|
|
1340
|
-
|
|
1341
|
-
store.dispatch({ type: authStoreName + "/" + type, payload: payload });
|
|
1340
|
+
store.dispatch({ type: "auth/" + type, payload: payload });
|
|
1342
1341
|
};
|
|
1343
1342
|
FronteggAuthService.prototype.isHostedLoginCallbackRoute = function () {
|
|
1344
1343
|
var path = this.fronteggAppService.router.url;
|