parent
8f132f67fa
commit
9a26d4bbdf
3 changed files with 6 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ export class UserService {
|
|||
}
|
||||
|
||||
public logout() {
|
||||
IsomorphicCookie.remove("jwt", { secure: false });
|
||||
IsomorphicCookie.remove("jwt");
|
||||
this.claims = undefined;
|
||||
this.myUserInfo = undefined;
|
||||
// setTheme();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue