mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-12 01:09:35 +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: '',
|
success: '',
|
||||||
fail: '',
|
fail: '',
|
||||||
form: new Form({
|
form: new Form({
|
||||||
lang: appSettings.lang,
|
lang: this.$root.$i18n.locale,
|
||||||
showTokenAsDot: Boolean(Number(appSettings.showTokenAsDot)),
|
showTokenAsDot: Boolean(Number(appSettings.showTokenAsDot)),
|
||||||
}),
|
}),
|
||||||
options: [
|
options: [
|
||||||
|
Loading…
Reference in New Issue
Block a user