mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[AAE-11891] move auth in auth folder (#8076)
move auth and common in a separate folder
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
import { Injectable, Inject } from '@angular/core';
|
||||
import { DOCUMENT } from '@angular/common';
|
||||
import { LogService } from '../services/log.service';
|
||||
import { LogService } from '../common/services/log.service';
|
||||
import { NotificationService } from '../notifications/services/notification.service';
|
||||
|
||||
@Injectable({ providedIn: 'root' })
|
||||
|
Reference in New Issue
Block a user