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
…user name) was built before setCurrentUser was finished. Adding 'async' fixed the problem, now we wait for the currentUser request to be done to start building the logout view
…user name) was built before setCurrentUser was finished. Adding 'async' fixed the problem, now we wait for the currentUser request to be done to start building the logout view
When logging into the Studio, the user name that is displayed in the logout button corresponds to the user of the previous session.
The first time that we log in, the value is even displayed as undefined.
The next times we log in, the value always corresponds to the user of the previous session.
This bug is fixed by simply refreshing the page, but it is better to prevent it as it gives the impression of a login error.
The text was updated successfully, but these errors were encountered: