Save username upon change

This commit is contained in:
aldrin 2021-04-15 14:24:55 +02:00
parent e0b48ebe40
commit 1afea69854
4 changed files with 38 additions and 1 deletions

View file

@ -24,7 +24,7 @@
</tr>
<tr>
<td>Benutzername</td>
<td><InlineEditor v-model="user.username" /></td>
<td><InlineEditor v-model="user.username" @input="user.save()" /></td>
</tr>
<tr>
<td>Vertrauensperson</td>