fix(front): various cleanups

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-02-08 11:26:27 +01:00
parent 34c0dd6498
commit 6a482b0d97
4 changed files with 5 additions and 8 deletions

View File

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