Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Dec 30, 2023
1 parent 181d740 commit 172cc28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions @web/pages/profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,14 @@ export function Component() {
<div className="text-muted-foreground">{query.data.session.userId}</div>
</dd>
</div>
<div className="pt-6 sm:flex items-center">
<dt className="font-medium text-foreground sm:w-64 sm:flex-none sm:pr-6">
Email
</dt>
<dd className="mt-1 flex justify-between gap-x-6 sm:mt-0 sm:flex-auto">
<div className="text-muted-foreground">{query.data.session.user.email}</div>
</dd>
</div>
<div className="pt-6 sm:flex items-center">
<dt className="font-medium text-foreground sm:w-64 sm:flex-none sm:pr-6">
Avatar
Expand Down

0 comments on commit 172cc28

Please sign in to comment.