mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 11:33:04 +00:00
Removed providedIn attribute for services that don't need
This commit is contained in:
@@ -54,7 +54,7 @@ export const IMPERSONATING_COOKIE = 'dsImpersonatingEPerson';
|
||||
/**
|
||||
* The auth service.
|
||||
*/
|
||||
@Injectable({providedIn: 'root'})
|
||||
@Injectable()
|
||||
export class AuthService {
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user