Skip to content

Commit 280c2ac

Browse files
authored
Merge branch 'dev' into mymindstorm/improve-encryption
2 parents 17aa206 + 66197dc commit 280c2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Popup/AddAccountPage.vue

+1-1
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)