We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 320a999 + c4cd375 commit 66197dcCopy full SHA for 66197dc
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