Skip to content

Commit

Permalink
Updated copyright notice and make privacy policy accessible without l…
Browse files Browse the repository at this point in the history
…ogging in.
  • Loading branch information
barnstee committed Sep 19, 2024
1 parent 4c2ab15 commit 60fa052
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
9 changes: 0 additions & 9 deletions UACloudLibraryServer/Controllers/HomeController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,11 @@ namespace Opc.Ua.Cloud.Library.Controllers
[Authorize]
public class HomeController : Controller
{
public HomeController()
{
}

public IActionResult Index()
{
return View();
}

public IActionResult Privacy()
{
return View();
}

[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{
Expand Down
8 changes: 0 additions & 8 deletions UACloudLibraryServer/Views/Home/Privacy.cshtml

This file was deleted.

2 changes: 1 addition & 1 deletion UACloudLibraryServer/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<footer class="border-top footer text-muted">
<div class="container">
&copy; 2022 - OPC Foundation - <a href="https://github.com/OPCFoundation/UA-CloudLibrary/tree/@ThisAssembly.GitCommitId" target="_blank">@ThisAssembly.AssemblyInformationalVersion</a> - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
&copy; 2022 - 2024 OPC Foundation - <a href="https://github.com/OPCFoundation/UA-CloudLibrary/tree/@ThisAssembly.GitCommitId" target="_blank">@ThisAssembly.AssemblyInformationalVersion</a> - <a href="https://opcfoundation.org/privacy-policy" target="_blank">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
Expand Down

0 comments on commit 60fa052

Please sign in to comment.