@resolveio/client-lib-core 1.3.8 → 1.3.10
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/auth/auth-guard.service.mjs +3 -1
- package/fesm2015/resolveio-client-lib-core.mjs +2 -0
- package/fesm2015/resolveio-client-lib-core.mjs.map +1 -1
- package/fesm2020/resolveio-client-lib-core.mjs +2 -0
- package/fesm2020/resolveio-client-lib-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5572,6 +5572,7 @@ class AuthGuard {
|
|
|
5572
5572
|
}
|
|
5573
5573
|
else {
|
|
5574
5574
|
this._router.navigateByUrl('/home');
|
|
5575
|
+
resolve(false);
|
|
5575
5576
|
}
|
|
5576
5577
|
}
|
|
5577
5578
|
});
|
|
@@ -5642,6 +5643,7 @@ class AuthGuard {
|
|
|
5642
5643
|
}
|
|
5643
5644
|
else {
|
|
5644
5645
|
this._router.navigateByUrl('/home');
|
|
5646
|
+
resolve(false);
|
|
5645
5647
|
}
|
|
5646
5648
|
}
|
|
5647
5649
|
}
|