Small bug in preferences profile controller

Hello!
If we save data on the profile page and navigate to account page, then we see, that name field is clear, so need to remove this string:

model.set(‘name’, this.get(‘newNameInput’));

from save action of profile controller.

4 Likes

Thanks for reporting it. I fixed.

2 Likes