@arsedizioni/ars-utils 19.2.2 → 19.2.4
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.
|
@@ -3253,7 +3253,7 @@ class ClipperAuthInterceptor {
|
|
|
3253
3253
|
*/
|
|
3254
3254
|
addTokenToRequest(request, token = null) {
|
|
3255
3255
|
if (request.url.startsWith(this.clipperService.serviceUri)) {
|
|
3256
|
-
if (
|
|
3256
|
+
if (this.clipperService.loggedIn()) {
|
|
3257
3257
|
if (!token)
|
|
3258
3258
|
token = this.clipperService.getToken();
|
|
3259
3259
|
if (token) {
|