DashboardFE

This commit is contained in:
Daisuke
2020-03-16 16:47:26 -06:00
commit 7385b91b4d
63 changed files with 30676 additions and 0 deletions

10
pages/privacy.php Normal file
View File

@ -0,0 +1,10 @@
<div class='element'>
<div class='avatar' style='height:0px;'></div>
<div class='post' style='text-align:left;'>
<div style='padding:15px; text-align:left; display:inline-block;' id="settings">
<h1><span class='fontello' style='font-size:inherit;'>&#xe819;</span> Privacy Policy</h1>
<br>
<p>Dashboard FE does not use any kind of database so all user data (user settings, information and auth tokens) are stored client side. When you log in you use your instance's login form so Dashboard FE has NO WAY of knowing your user and password. If you feel your Dashboard FE session has been compromised, you can always go to your instance's user settings and revoke the access to Dashboard FE.</p>
</div>
</div>
</div>