We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1652dc commit 8966bc5Copy full SHA for 8966bc5
projects/lib/src/interceptors/default-oauth.interceptor.ts
@@ -50,7 +50,7 @@ export class DefaultOAuthInterceptor implements HttpInterceptor {
50
if (!this.moduleConfig.resourceServer) {
51
return next.handle(req);
52
}
53
- if (this.moduleConfig.resourceServer.allowedUrls && !this.checkUrl(url)) {
+ if (!this.checkUrl(url)) {
54
55
56
0 commit comments