Fix about the favorite DZ

This commit is contained in:
Sébastien André
2021-03-25 16:57:30 +01:00
parent 0a6dbf42e4
commit 9d51f38f2e
10 changed files with 45 additions and 52 deletions

View File

@@ -72,9 +72,9 @@ export class AuthenticationService extends BaseService {
}
private alwaysLogin() {
return this.http.get(`${this.apiUrl}/User/AlwayLogin`, {
return this.http.get(`${this.apiUrl}/User/AlwaysLogin`, {
headers: this.headers
});
}).subscribe();
}
logout() {