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
On Mobile, the Logout button appears twice: once in the main menu, and once in the user menu.
It's confusing, and has no UX justification.
The reason is that it was added to the navigation menu before react-admin had a user menu. But when we added it to the user menu, we didn't remove it form the navigation menu.
Solution
Don't render the logout menu item in the navigation menu.
The text was updated successfully, but these errors were encountered:
Problem
On Mobile, the Logout button appears twice: once in the main menu, and once in the user menu.
It's confusing, and has no UX justification.
The reason is that it was added to the navigation menu before react-admin had a user menu. But when we added it to the user menu, we didn't remove it form the navigation menu.
Solution
Don't render the logout menu item in the navigation menu.
The text was updated successfully, but these errors were encountered: