fix config data disappearing

This commit is contained in:
Henry Jameson 2026-04-10 16:36:56 +03:00
commit 759fd5c9d5

View file

@ -41,7 +41,7 @@ const i18n = createI18n({
messages.setLanguage(i18n.global, currentLocale) messages.setLanguage(i18n.global, currentLocale)
const persistedStateOptions = { const persistedStateOptions = {
paths: ['users.lastLoginName', 'oauth'], paths: ['users.lastLoginName', 'oauth', 'config'],
} }
;(async () => { ;(async () => {