Somewhat working webpack. Sponsors and communities pages done.

This commit is contained in:
Dessalines 2020-09-06 22:41:46 -05:00
parent 2eee936026
commit 241ef72290
22 changed files with 4604 additions and 1396 deletions

View file

@ -24,7 +24,7 @@ export class UserService {
if (jwt) {
this.setClaims(jwt);
} else {
setTheme();
// setTheme();
console.log('No JWT cookie found.');
}
}
@ -39,7 +39,7 @@ export class UserService {
this.claims = undefined;
this.user = undefined;
IsomorphicCookie.remove('jwt');
setTheme();
// setTheme();
this.jwtSub.next();
console.log('Logged out.');
}