Skip to content

Commit 6e1cdfe

Browse files
committed
feat: privacy page
1 parent 8819234 commit 6e1cdfe

File tree

1 file changed

+34
-0
lines changed
  • infrastructure/eid-wallet/src/routes/(app)/settings/privacy

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<script lang="ts">
2+
import { runtime } from "$lib/global/runtime.svelte";
3+
4+
$effect(() => {
5+
runtime.header.title = "Privacy";
6+
});
7+
</script>
8+
9+
<main>
10+
<h4>Last modified 19th March 2025</h4>
11+
<p class="text-black-700">Welcome to eID Wallet! Your privacy is important to us. This Privacy Policy explains how we collect, use, disclose, and protect your personal information when you use our mobile application.</p>
12+
<br>
13+
<h4>1. Information We Collect</h4>
14+
<p class="text-black-700">We collect the following types of information to provide and improve our services:</p>
15+
<ol type="a">
16+
<li><strong>Personal Identification Data</strong>
17+
<ul>
18+
<li>Full name, date of birth, government-issued ID details</li>
19+
<li>Phone number, email address (if used for recovery)</li>
20+
</ul>
21+
</li>
22+
<li><strong>Biometric Data (Optional)</strong>
23+
<ul>
24+
<li>Fingerprint, facial recognition (only stored on your device for authentication purposes)</li>
25+
</ul>
26+
</li>
27+
<li><strong>Device & Usage Information</strong>
28+
<ul>
29+
<li>Device type, operating system, and app usage data</li>
30+
<li>IP address and session activity</li>
31+
</ul>
32+
</li>
33+
</ol>
34+
</main>

0 commit comments

Comments
 (0)