71e683f5bf
The log out menu was nested within a button, which caused bubbling issues for the log out button event handler. This was due to a misuse of the React Toolbox AppBar component. Added a proper IconMenu to trigger the logout dropdown.