mirror of https://github.com/LemmyNet/lemmy.git
parent
7202491c7e
commit
cd7d3e3fd7
|
@ -17,9 +17,7 @@ export class UserService {
|
|||
if (jwt) {
|
||||
this.setUser(jwt);
|
||||
} else {
|
||||
if (this.user.theme != 'darkly') {
|
||||
setTheme();
|
||||
}
|
||||
setTheme();
|
||||
console.log('No JWT cookie found.');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue