This commit is contained in:
syuilo 2020-01-30 05:45:15 +09:00
parent f6154dc0af
commit 31abd2f59b
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@
<span>{{ $t('password') }}</span>
<template #prefix><fa :icon="faLock"/></template>
</mk-input>
<mk-input v-model="token" type="number" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false" required>
<mk-input v-model="token" type="text" pattern="^[0-9]{6}$" autocomplete="off" spellcheck="false" required>
<span>{{ $t('token') }}</span>
<template #prefix><fa :icon="faGavel"/></template>
</mk-input>