fix(front): fix missing type causing eslint error

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-08-02 15:15:07 +02:00
parent c6b83c42d6
commit c76dba3dbf
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
aria-required="true"
required
v-model="identity.name"
@input="(event) => updateUsername(event.target.value)"
@input="(event: any) => updateUsername(event.target.value)"
id="identity-display-name"
dir="auto"
/>