We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c595c commit 13a7a2eCopy full SHA for 13a7a2e
packages/client/src/interface/navigation/servers/UserMenu.tsx
@@ -224,6 +224,13 @@ export function UserMenu(props: Props) {
224
<Trans>Clear status</Trans>
225
</ContextMenuButton>
226
</Show>
227
+
228
+ <ContextMenuButton
229
+ icon={MdInfo}
230
+ onClick={() => navigator.clipboard.writeText(user()!.id)}
231
+ >
232
+ <Trans>Copy User ID</Trans>
233
+ </ContextMenuButton>
234
</ContextMenu>
235
</Motion>
236
0 commit comments