Upgrading deps. (#294)

* Upgrading deps.

* Upgrading deps again
This commit is contained in:
Dessalines 2021-06-03 12:05:59 -04:00 committed by GitHub
parent 32b8005879
commit 15eb832606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 748 additions and 521 deletions

View file

@ -41,7 +41,7 @@ export class UserService {
this.claims = undefined;
this.localUserView = undefined;
// setTheme();
this.jwtSub.next();
this.jwtSub.next("");
console.log("Logged out.");
}