We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17aa206 + 66197dc commit 280c2acCopy full SHA for 280c2ac
src/components/Popup/AddAccountPage.vue
@@ -33,7 +33,7 @@
33
<option :value="OTPAlgorithm.GOST3411_2012_256">GOST 34.11 256</option>
34
<option :value="OTPAlgorithm.GOST3411_2012_512">GOST 34.11 512</option>
35
</a-select-input>
36
- <a-select-input :label="i18n.type" v-model="newAccount.type">
+ <a-select-input :label="i18n.type" v-model.number="newAccount.type">
37
<option :value="OTPType.totp">{{ i18n.based_on_time }}</option>
38
<option :value="OTPType.hotp">{{ i18n.based_on_counter }}</option>
39
<option :value="OTPType.battle">Battle.net</option>
0 commit comments