diff --git a/src/app/authentication.service.ts b/src/app/authentication.service.ts
index 9ac65824d3f26c3054a34b73d69a32b59b9ded2d..c196dfc51d61650f594ff8122c340284685aa4d6 100644
--- a/src/app/authentication.service.ts
+++ b/src/app/authentication.service.ts
@@ -7,9 +7,6 @@ import { DataStoreService } from './data-store.service';
 import { HttpClient, HttpHeaders } from '@angular/common/http';
 import { ClientAuthentication } from './client-authentication';
 import { AuthProvider } from './auth-provider';
-import { NotificationService } from './notification.service';
-import { catchError, tap } from 'rxjs/operators';
-import { ErrorHandlingService } from './error-handling.service';
 import { ClientAuthentication } from './client-authentication';
 
 // TODO: connect to API