This commit is contained in:
Henry Jameson 2018-12-15 03:30:39 +03:00
parent 7346c54df4
commit 7d3385f349

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.