You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing data (e.g. first and last name) of the the current user via the admin-settings, the changes are not being reflected on the account page and the top bar.
Steps to reproduce
As admin, go to the admin-settings and change the first and last name of yourself to something else
Check the topbar icon and the menu when clicking it -> it should represent the change, but it doesn't.
Check the account page -> it should represent the change, but it doesn't.
The solution would be to update the user in the UserState.
The text was updated successfully, but these errors were encountered:
Describe the bug
When changing data (e.g. first and last name) of the the current user via the admin-settings, the changes are not being reflected on the account page and the top bar.
Steps to reproduce
The solution would be to update the user in the
UserState
.The text was updated successfully, but these errors were encountered: