aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth/auth.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/auth/auth.service.ts')
-rw-r--r--client/src/app/core/auth/auth.service.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts
index a56adbbad..2e7328197 100644
--- a/client/src/app/core/auth/auth.service.ts
+++ b/client/src/app/core/auth/auth.service.ts
@@ -9,9 +9,9 @@ import 'rxjs/add/observable/throw';
9 9
10import { NotificationsService } from 'angular2-notifications'; 10import { NotificationsService } from 'angular2-notifications';
11 11
12import { AuthStatus } from './auth-status.model';
13import { AuthUser } from './auth-user.model';
12// Do not use the barrel (dependency loop) 14// Do not use the barrel (dependency loop)
13import { AuthStatus } from '../../shared/auth/auth-status.model';
14import { AuthUser } from '../../shared/auth/auth-user.model';
15import { RestExtractor } from '../../shared/rest'; 15import { RestExtractor } from '../../shared/rest';
16 16
17@Injectable() 17@Injectable()