<body ${helmet.bodyAttributes.toString()}>
<noscript>
<div class="alert alert-danger rounded-0" role="alert">
- Javascript is disabled. Actions will not work.
+ <b>Javascript is disabled. Actions will not work.</b>
</div>
</noscript>
// This is only called on a successful login
let data = res.data as GetSiteResponse;
UserService.Instance.user = data.my_user;
+ setTheme(UserService.Instance.user.theme);
+ i18n.changeLanguage(getLanguage());
this.state.isLoggedIn = true;
this.setState(this.state);
} else if (res.op == UserOperation.CreateComment) {