fix config data disappearing
This commit is contained in:
parent
618ca1bfcb
commit
759fd5c9d5
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ const i18n = createI18n({
|
|||
messages.setLanguage(i18n.global, currentLocale)
|
||||
|
||||
const persistedStateOptions = {
|
||||
paths: ['users.lastLoginName', 'oauth'],
|
||||
paths: ['users.lastLoginName', 'oauth', 'config'],
|
||||
}
|
||||
|
||||
;(async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue