don't persist old config

This commit is contained in:
Henry Jameson 2026-03-16 09:50:56 +02:00
commit 10b4259de6

View file

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