Add email to profile

This commit is contained in:
Ben Allfree 2023-12-14 07:45:13 -08:00
parent 45c03da721
commit be7f95c49f

View File

@ -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}