Fix about the favorite DZ
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user