Skip to content

Commit 66197dc

Browse files
authored
Merge pull request #1221 from hicallmeal/patch-1
Implement work-around/fix for incorrect render of manually added HOTP tokens
2 parents 320a999 + c4cd375 commit 66197dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/AddAccountPage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<option :value="OTPAlgorithm.GOST3411_2012_256">GOST 34.11 256</option>
3434
<option :value="OTPAlgorithm.GOST3411_2012_512">GOST 34.11 512</option>
3535
</a-select-input>
36-
<a-select-input :label="i18n.type" v-model="newAccount.type">
36+
<a-select-input :label="i18n.type" v-model.number="newAccount.type">
3737
<option :value="OTPType.totp">{{ i18n.based_on_time }}</option>
3838
<option :value="OTPType.hotp">{{ i18n.based_on_counter }}</option>
3939
<option :value="OTPType.battle">Battle.net</option>

0 commit comments

Comments
 (0)