don't persist old config
This commit is contained in:
parent
7528a72b2e
commit
10b4259de6
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue