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
1 merge request!74API BASE BRANCH
......@@ -24,6 +24,7 @@ export class AuthenticationService {
headers: new HttpHeaders({})
};
constructor(private dataStoreService: DataStoreService,
private http: HttpClient) {
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