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

View file

@ -59,7 +59,7 @@ const UserSettings = {
}, },
methods: { methods: {
updateProfile () { updateProfile () {
const name = this.newname const name = this.newName
const description = this.newBio const description = this.newBio
const locked = this.newLocked const locked = this.newLocked
// Backend notation. // Backend notation.