logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: eaf065c751610008bf9062cf812085c3016cadbc
parent: 4b30ce64c9f7e90a8d8fb374b91e33916da179f5
Author: HJ <spam@hjkos.com>
Date:   Sat, 15 Dec 2018 00:38:47 +0000

Merge branch 'fix-name' into 'develop'

Fix impossible to change name

See merge request pleroma/pleroma-fe!425

Diffstat:

Msrc/components/user_settings/user_settings.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/user_settings/user_settings.js b/src/components/user_settings/user_settings.js @@ -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.