mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-12 19:34:01 +01:00
Fix auto-saved settings not applied
This commit is contained in:
parent
dc5a6082ae
commit
64376b137e
@ -42,9 +42,12 @@
|
||||
if(response.data.settings.lang !== this.$root.$i18n.locale) {
|
||||
this.$router.go()
|
||||
}
|
||||
else {
|
||||
appSettings = response.data.settings
|
||||
}
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
|
||||
this.fail = error.response.data.message
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user