Save username upon change
This commit is contained in:
parent
e0b48ebe40
commit
1afea69854
4 changed files with 38 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue