Skip to content

Commit 0f59f52

Browse files
Merge pull request #880 from FRosner/patch-1
Remove unused variable
2 parents 2c0d16b + 14821cf commit 0f59f52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

projects/lib/src/interceptors/default-oauth.interceptor.ts

-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ import {
1717
} from 'rxjs/operators';
1818
import { OAuthResourceServerErrorHandler } from './resource-server-error-handler';
1919
import { OAuthModuleConfig } from '../oauth-module.config';
20-
import { OAuthStorage } from '../types';
2120
import { OAuthService } from '../oauth-service';
2221

2322
@Injectable()
2423
export class DefaultOAuthInterceptor implements HttpInterceptor {
2524
constructor(
26-
private authStorage: OAuthStorage,
2725
private oAuthService: OAuthService,
2826
private errorHandler: OAuthResourceServerErrorHandler,
2927
@Optional() private moduleConfig: OAuthModuleConfig

0 commit comments

Comments
 (0)