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.
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.
Thanks for reporting it. I fixed.