Fix logout bug. Fixes #391 (#424)

This commit is contained in:
Dessalines 2021-09-18 17:23:11 -04:00 committed by GitHub
parent 8f132f67fa
commit 9a26d4bbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View file

@ -37,7 +37,7 @@ export class UserService {
}
public logout() {
IsomorphicCookie.remove("jwt", { secure: false });
IsomorphicCookie.remove("jwt");
this.claims = undefined;
this.myUserInfo = undefined;
// setTheme();