@bnsights/bbsf-admin-portal 1.0.58 → 1.0.60

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/README.md CHANGED
@@ -5,6 +5,16 @@ BBSF Admin Portal package is part of BBSF 3 packages. It hosts all the angular m
5
5
  For more info please visit [BBSF documentation](https://bnsightsprojects.visualstudio.com/BBSF%203/_wiki/wikis/BBSF-3.wiki/65/BBSF-Documentation)
6
6
 
7
7
  # Change Log
8
+ ## 1.0.60 / 25-12-2022
9
+ ===================
10
+ * Update controls version
11
+ * Update Utilities version
12
+
13
+ ## 1.0.59 / 05-12-2022
14
+ ===================
15
+ * Update controls version
16
+ * Update Utilities version
17
+
8
18
  # 1.0.58 / 08-12-2022
9
19
  ===================
10
20
  * Update Survey Module
@@ -18316,14 +18316,19 @@
18316
18316
  return __awaiter(this, void 0, void 0, function () {
18317
18317
  return __generator(this, function (_a) {
18318
18318
  switch (_a.label) {
18319
- case 0:
18320
- // check for error
18321
- if (this.route.snapshot.fragment.indexOf('error') >= 0) {
18322
- this.error = true;
18323
- return [2 /*return*/];
18324
- }
18325
- return [4 /*yield*/, this.authService.completeAuthentication()];
18319
+ case 0:
18320
+ // check for error
18321
+ // if (this.route.snapshot.fragment.indexOf('error') >= 0) {
18322
+ // this.error=true;
18323
+ // return;
18324
+ // }
18325
+ return [4 /*yield*/, this.authService.completeAuthentication()];
18326
18326
  case 1:
18327
+ // check for error
18328
+ // if (this.route.snapshot.fragment.indexOf('error') >= 0) {
18329
+ // this.error=true;
18330
+ // return;
18331
+ // }
18327
18332
  _a.sent();
18328
18333
  this.router.navigate([this.authService.getUrl()]);
18329
18334
  return [2 /*return*/];
@@ -23677,14 +23682,19 @@
23677
23682
  return __awaiter(this, void 0, void 0, function () {
23678
23683
  return __generator(this, function (_a) {
23679
23684
  switch (_a.label) {
23680
- case 0:
23681
- // check for error
23682
- if (this.route.snapshot.fragment.indexOf('error') >= 0) {
23683
- this.error = true;
23684
- return [2 /*return*/];
23685
- }
23686
- return [4 /*yield*/, this.authService.completeAuthentication()];
23685
+ case 0:
23686
+ // check for error
23687
+ // if (this.route.snapshot.fragment.indexOf('error') >= 0) {
23688
+ // this.error=true;
23689
+ // return;
23690
+ // }
23691
+ return [4 /*yield*/, this.authService.completeAuthentication()];
23687
23692
  case 1:
23693
+ // check for error
23694
+ // if (this.route.snapshot.fragment.indexOf('error') >= 0) {
23695
+ // this.error=true;
23696
+ // return;
23697
+ // }
23688
23698
  _a.sent();
23689
23699
  this.router.navigate([this.authService.getUrl()]);
23690
23700
  return [2 /*return*/];