This commit is contained in:
syuilo 2022-12-24 14:45:27 +09:00
parent 738593d38c
commit deaea7ce9f
8 changed files with 9 additions and 9 deletions

View file

@ -34,7 +34,7 @@
</MkInput>
<MkInput v-model="token" type="text" pattern="^[0-9]{6}$" autocomplete="off" :spellcheck="false" required>
<template #label>{{ i18n.ts.token }}</template>
<template #prefix><i class="fas fa-gavel"></i></template>
<template #prefix><i class="ti ti-123"></i></template>
</MkInput>
<MkButton type="submit" :disabled="signing" primary style="margin: 0 auto;">{{ signing ? i18n.ts.loggingIn : i18n.ts.login }}</MkButton>
</div>