From 991f5995c93fd981d59fa6d99e6c12dc0b93c3dc Mon Sep 17 00:00:00 2001 From: Llewellyn Marshall Date: Fri, 5 Aug 2022 15:02:26 -0400 Subject: [PATCH] auth service --- .../app/staff/admin/server/org-unit-shipping-hub-distance.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-shipping-hub-distance.component.ts b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-shipping-hub-distance.component.ts index b7fbcdd861..8e7b7311e0 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-shipping-hub-distance.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit-shipping-hub-distance.component.ts @@ -2,6 +2,7 @@ import {Component, OnInit} from '@angular/core'; import {ActivatedRoute} from '@angular/router'; import {IdlService} from '@eg/core/idl.service'; import {NetService} from '@eg/core/net.service'; +import {AuthService} from '@eg/core/auth.service'; /** * Generic IDL class editor page. @@ -44,6 +45,7 @@ export class OrgUnitShippingHubDistanceComponent implements OnInit { private route: ActivatedRoute, private idl: IdlService, private net: NetService + private auth: AuthService ) { } -- 2.11.0