mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
Add email to profile
This commit is contained in:
parent
45c03da721
commit
be7f95c49f
@ -30,6 +30,7 @@
|
|||||||
<div class="m-10">
|
<div class="m-10">
|
||||||
<h2 class="text-2xl">My Account</h2>
|
<h2 class="text-2xl">My Account</h2>
|
||||||
<h2>Current Plan: {PLAN_NAMES[$userSubscriptionType]}</h2>
|
<h2>Current Plan: {PLAN_NAMES[$userSubscriptionType]}</h2>
|
||||||
|
<h2>Email: {client().user()?.email}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{#if $isUserLegacy}
|
{#if $isUserLegacy}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user