mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-29 14:31:15 +02:00
Fix bad input type
This commit is contained in:
parent
fec9e3d440
commit
c97bed2ad8
@ -28,7 +28,7 @@
|
||||
<template>
|
||||
<FormWrapper title="auth.webauthn.rename_device">
|
||||
<form @submit.prevent="updateCredential" @keydown="form.onKeydown($event)">
|
||||
<FormField v-model="form.name" fieldName="name" :fieldError="form.errors.get('name')" inputType="name" label="commons.new_name" autofocus />
|
||||
<FormField v-model="form.name" fieldName="name" :fieldError="form.errors.get('name')" inputType="text" label="commons.new_name" autofocus />
|
||||
<FormButtons
|
||||
:submitId="'btnEditCredential'"
|
||||
:isBusy="form.isBusy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user