C# Web Interface using https://git.nightmare.haus/rudi/Tesla.NET to control and monitor Tesla vehicles.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
189 B
9 lines
189 B
3 years ago
|
@page
|
||
|
@model PrivacyModel
|
||
|
@{
|
||
|
ViewData["Title"] = "Privacy Policy";
|
||
|
}
|
||
|
<h1>@ViewData["Title"]</h1>
|
||
|
|
||
|
<p>Nothing is stored server-side. Delete the "Auth" cookie and that's all we have.</p>
|