From: Llewellyn Marshall Date: Fri, 5 Aug 2022 19:02:26 +0000 (-0400) Subject: auth service X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=991f5995c93fd981d59fa6d99e6c12dc0b93c3dc;p=working%2FEvergreen.git auth service --- 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 ) { }