Skip to content

Commit

Permalink
remove proided in root
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGosebrink committed Jul 14, 2023
1 parent 747d39a commit 6e28d4e
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 6e28d4e

Please sign in to comment.