Skip to content
Snippets Groups Projects
Verified Commit 13fc0b3f authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Create empty httpHeaders to be able to send post request

Reformat code
parent 5a31c7d3
No related merge requests found
...@@ -24,6 +24,7 @@ export class AuthenticationService { ...@@ -24,6 +24,7 @@ export class AuthenticationService {
headers: new HttpHeaders({}) headers: new HttpHeaders({})
}; };
constructor(private dataStoreService: DataStoreService, constructor(private dataStoreService: DataStoreService,
private http: HttpClient) { private http: HttpClient) {
if (dataStoreService.has(this.STORAGE_KEY)) { if (dataStoreService.has(this.STORAGE_KEY)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment