This commit is contained in:
binwiederhier 2022-12-14 23:11:22 -05:00
parent c35e5b33d1
commit c2f16f740b
21 changed files with 332 additions and 547 deletions

View file

@ -91,7 +91,7 @@ const Layout = () => {
useEffect(() => {
(async () => {
const account = await api.userAccount("http://localhost:2586", session.token());
const account = await api.getAccountSettings("http://localhost:2586", session.token());
if (account) {
if (account.language) {
await i18n.changeLanguage(account.language);