Skip to content

Commit

Permalink
Merge pull request #1806 from damienbod/fabiangosebrink-removing-prov…
Browse files Browse the repository at this point in the history
…ided-in-root-from-interceptors

remove provided in root for interceptor
  • Loading branch information
FabianGosebrink authored Jul 19, 2023
2 parents 747d39a + 6e28d4e commit 015bdac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ConfigurationService } from '../config/config.service';
import { LoggerService } from '../logging/logger.service';
import { ClosestMatchingRouteService } from './closest-matching-route.service';

@Injectable({ providedIn: 'root' })
@Injectable()
export class AuthInterceptor implements HttpInterceptor {
constructor(
private readonly authStateService: AuthStateService,
Expand Down

0 comments on commit 015bdac

Please sign in to comment.