fix
(cherry picked from commit e6d13fcf5961cb5ee52908a4c8cbb09ae7d6f17b)
This commit is contained in:
parent
ae6b1f19fe
commit
831b3477b7
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ export class LogOutComponent implements OnInit{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public logout(): void {
|
logout(): Promise<any> {
|
||||||
this.httpClient.get<any>("esia/logout").toPromise();
|
return this.httpClient.post<any>('esia/logout', {}).toPromise();
|
||||||
}
|
}
|
||||||
|
|
||||||
public getUserFullname(): string {
|
public getUserFullname(): string {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue