Run npm format
This commit is contained in:
parent
bc6fd6cdc9
commit
e42aaa419d
@ -47,7 +47,10 @@ import Header from '$lib/navigation/header.svelte';
|
|||||||
<p class="api_response">Registration Domain: {data[0]['domain']}</p>
|
<p class="api_response">Registration Domain: {data[0]['domain']}</p>
|
||||||
<p class="api_response">Access Time: {data[0]['atime']}</p>
|
<p class="api_response">Access Time: {data[0]['atime']}</p>
|
||||||
<LogoutButton />
|
<LogoutButton />
|
||||||
<p>Clicking the logout button will delete your data from your browser. You will then be able to make a new account, your old account will remain inactive and be deleted after 90 days.</p>
|
<p>
|
||||||
|
Clicking the logout button will delete your data from your browser. You will then be able to make a new account, your old account will remain inactive and be deleted after 90
|
||||||
|
days.
|
||||||
|
</p>
|
||||||
{:else}
|
{:else}
|
||||||
<p class="api_response">You are not registered, we don't have any data stored.</p>
|
<p class="api_response">You are not registered, we don't have any data stored.</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user