Merge branch 'fix-name' into 'develop'

Fix impossible to change name

See merge request pleroma/pleroma-fe!425
This commit is contained in:
HJ 2018-12-15 00:38:47 +00:00
commit eaf065c751
1 changed files with 1 additions and 1 deletions

View File

@ -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.