Reformat
This commit is contained in:
@@ -35,17 +35,9 @@
|
||||
|
||||
<Header {title} />
|
||||
|
||||
<p>
|
||||
OwlBoard stores as little data about you as possible to offer the service.
|
||||
</p>
|
||||
<p>
|
||||
Your randomly generated UUID is not displayed, this is stored in your browser
|
||||
and on the OwlBoard server.
|
||||
</p>
|
||||
<p>
|
||||
The data below is the entirity of the data we hold about you and constitutes a
|
||||
response to a `Subject Access Request` under GDPR legislation.
|
||||
</p>
|
||||
<p>OwlBoard stores as little data about you as possible to offer the service.</p>
|
||||
<p>Your randomly generated UUID is not displayed, this is stored in your browser and on the OwlBoard server.</p>
|
||||
<p>The data below is the entirity of the data we hold about you and constitutes a response to a `Subject Access Request` under GDPR legislation.</p>
|
||||
<br /><br />
|
||||
|
||||
{#if isLoading}
|
||||
@@ -54,9 +46,7 @@
|
||||
<p class="api_response">Registration Domain: {data[0]['domain']}</p>
|
||||
<p class="api_response">Access Time: {data[0]['atime']}</p>
|
||||
{: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}
|
||||
|
||||
<Nav />
|
||||
|
||||
Reference in New Issue
Block a user