Skip to content

Commit

Permalink
show user menu for ID token
Browse files Browse the repository at this point in the history
  • Loading branch information
bgerrity committed Apr 9, 2024
1 parent a97d642 commit 4f70f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/top-nav.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{#if showNamespaceSpecificNav}
<DataEncoderStatus />
{/if}
{#if $authUser.accessToken}
{#if $authUser.idToken || $authUser.accessToken}
<MenuContainer>
<MenuButton variant="ghost" hasIndicator controls="user-menu">
<img
Expand Down

0 comments on commit 4f70f2b

Please sign in to comment.