@lowcodeunit/applications-flow-common 1.33.72-lets-get-social-ish → 1.33.73-lets-get-social-ish
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/bundles/lowcodeunit-applications-flow-common.umd.js +8 -8
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +1 -1
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -1
- package/esm2015/lib/services/project.service.js +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.js +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -1
- package/package.json +1 -1
|
@@ -823,17 +823,17 @@
|
|
|
823
823
|
switch (_b.label) {
|
|
824
824
|
case 0:
|
|
825
825
|
state.GitHub.HasConnection = response.Status.Code === 0;
|
|
826
|
-
if (!(state.GitHub.HasConnection || forceEnsureUser)) return [3 /*break*/, 2];
|
|
827
826
|
return [4 /*yield*/, this.EnsureUserEnterprise(state)];
|
|
828
827
|
case 1:
|
|
829
828
|
eac = _b.sent();
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
829
|
+
if (state.GitHub.HasConnection || forceEnsureUser) {
|
|
830
|
+
resolve(eac);
|
|
831
|
+
}
|
|
832
|
+
else {
|
|
833
|
+
window.location.href = '/dashboard/create-project';
|
|
834
|
+
resolve({});
|
|
835
|
+
}
|
|
836
|
+
return [2 /*return*/];
|
|
837
837
|
}
|
|
838
838
|
});
|
|
839
839
|
}); }, function (err) {
|