@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.
@@ -1337,8 +1337,7 @@
1337
1337
  };
1338
1338
  FronteggAuthService.prototype.dispatchAction = function (type, payload) {
1339
1339
  var store = this.fronteggAppService.fronteggApp.store;
1340
- // @ts-ignore
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;