Prevent navigation from login / logout links in user menu in room

This commit is contained in:
Robert Long
2022-02-02 15:09:16 -08:00
parent 35c11660a3
commit c4f335ebb6
4 changed files with 8 additions and 8 deletions

View File

@@ -49,7 +49,7 @@ export function RoomAuthView() {
<HeaderLogo />
</LeftNav>
<RightNav>
<UserMenuContainer disableLogout />
<UserMenuContainer preventNavigation />
</RightNav>
</Header>
<div className={styles.container}>