Skip to content

Commit

Permalink
Add github username + profile link to UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Apr 3, 2023
1 parent 83d3a10 commit dd8824f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web/src/components/AppBar/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
id="user-menu"
dense
>
<v-list-item>
<v-list-item-content>
<span>
You are logged in as <a
:href="`http://github.com/${dandiRest.user?.username}`"
v-text="dandiRest.user?.username"
/>
</span>
</v-list-item-content>
</v-list-item>
<ApiKeyItem v-if="dandiRest.user?.approved" />
<v-list-item @click="logout">
<v-list-item-content>
Expand Down

0 comments on commit dd8824f

Please sign in to comment.