forked from AkkomaGang/akkoma-fe
Merge branch 'fix-name' into 'develop'
Fix impossible to change name See merge request pleroma/pleroma-fe!425
This commit is contained in:
commit
eaf065c751
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const UserSettings = {
|
|||
},
|
||||
methods: {
|
||||
updateProfile () {
|
||||
const name = this.newname
|
||||
const name = this.newName
|
||||
const description = this.newBio
|
||||
const locked = this.newLocked
|
||||
// Backend notation.
|
||||
|
|
Loading…
Reference in a new issue