Skip to content

Commit

Permalink
Merge pull request #1198 from thunderstore-io/disable-login
Browse files Browse the repository at this point in the history
Disable login modal until it's configured to work
  • Loading branch information
MythicManiac committed Sep 5, 2024
2 parents 6c941d9 + 18f27e3 commit 54d074a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions apps/cyberstorm-remix/cyberstorm/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,10 @@ export function Navigation() {
</Button.ButtonLabel>
</Button.Root>
</li>
<Suspense fallback={<DesktopLoginPopover />}>
<DesktopUserDropdown />
</Suspense>
{/* TODO: Enable once working */}
{/*<Suspense fallback={<DesktopLoginPopover />}>*/}
{/* <DesktopUserDropdown />*/}
{/*</Suspense>*/}
</ul>
</nav>
</header>
Expand Down Expand Up @@ -207,9 +208,10 @@ export function Navigation() {
Browse
</CyberstormLink>
</div>
<Suspense fallback={<MobileUserPopoverContent user={getEmptyUser} />}>
<MobileUserPopover />
</Suspense>
{/* TODO: Enable once working */}
{/*<Suspense fallback={<MobileUserPopoverContent user={getEmptyUser} />}>*/}
{/* <MobileUserPopover />*/}
{/*</Suspense>*/}
</nav>
</>
);
Expand Down

0 comments on commit 54d074a

Please sign in to comment.