Add dash for verified email

This commit is contained in:
Melon 2023-01-20 14:46:18 +00:00
parent 3a4d20e6cb
commit 2611d42e46
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@
<div> <div>
<span>{$profileStore.email}</span> <span>{$profileStore.email}</span>
{#if $profileStore.email_verified} {#if $profileStore.email_verified}
<span>Verified</span> <span> - Verified</span>
{:else} {:else}
<span>Unverified</span> <span> - Unverified</span>
{/if} {/if}
</div> </div>
<section> <section>