ngx-scandoc 19.0.6 → 19.0.7
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/fesm2022/ngx-scandoc.mjs
CHANGED
|
@@ -4097,7 +4097,6 @@ class HttpErrorInterceptor {
|
|
|
4097
4097
|
}
|
|
4098
4098
|
intercept(req, next) {
|
|
4099
4099
|
this.authProvider = this.injector.get(NgxScandocAuthProvider);
|
|
4100
|
-
console.log(req.url);
|
|
4101
4100
|
if (req.url.indexOf('/ks/') >= 0 || req.url.indexOf('/assets/') >= 0) {
|
|
4102
4101
|
return next.handle(req);
|
|
4103
4102
|
}
|