diff --git a/src/routes/console/account/index.svelte b/src/routes/console/account/index.svelte index ca3ffdad8..dec31d90b 100644 --- a/src/routes/console/account/index.svelte +++ b/src/routes/console/account/index.svelte @@ -108,13 +108,15 @@ placeholder="Enter email" autocomplete={false} bind:value={email} /> - + {#if email !== $user.email && email} + + {/if} @@ -172,7 +174,6 @@
{$user.name}
-

{$user.email}