diff --git a/apps/client/src/app/core/http-response.interceptor.ts b/apps/client/src/app/core/http-response.interceptor.ts index 84390b44c..b9f60eb65 100644 --- a/apps/client/src/app/core/http-response.interceptor.ts +++ b/apps/client/src/app/core/http-response.interceptor.ts @@ -62,7 +62,7 @@ export class HttpResponseInterceptor implements HttpInterceptor { undefined, { duration: 6000 } ); - } else { + } else if (!error.url.endsWith('auth/anonymous')) { this.snackBarRef = this.snackBar.open( $localize`This feature requires a subscription.`, this.hasPermissionForSubscription