Update subscriptions page

This commit is contained in:
2024-09-12 17:35:12 +02:00
parent 9e7f3b4e0d
commit a890684f59
5 changed files with 23 additions and 78 deletions

View File

@@ -1,13 +1,16 @@
<ul>
<li>Username: {window.user.username}</li>
<li>
{#if window.user.email === ""}
No e-mail address configured. You will not be able to recover
your account if you lose your password.
{:else}
{#if window.user.email === ""}
<li class="highlight_blue" style="text-align: initial;">
No e-mail address configured. You will not be able to recover your
account if you lose your password. Set an e-mail address on the <a
href="/user/settings">Settings</a> page.
</li>
{:else}
<li>
E-mail address: {window.user.email}
{/if}
</li>
</li>
{/if}
<li>
<i class="icon">settings</i>
<a href="/user/settings">Account settings</a>