mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-12-23 23:49:53 +01:00
Fix unselected Lang setting when the related option does not exists
This commit is contained in:
parent
6058911a76
commit
0555577ecb
@ -18,7 +18,7 @@
|
||||
success: '',
|
||||
fail: '',
|
||||
form: new Form({
|
||||
lang: appSettings.lang,
|
||||
lang: this.$root.$i18n.locale,
|
||||
showTokenAsDot: Boolean(Number(appSettings.showTokenAsDot)),
|
||||
}),
|
||||
options: [
|
||||
|
Loading…
Reference in New Issue
Block a user