diff --git a/.gitignore b/.gitignore index 7350778..2721182 100644 --- a/.gitignore +++ b/.gitignore @@ -129,3 +129,4 @@ Temporary Items config.json bin/* +obj/* \ No newline at end of file diff --git a/Pages/Index.cshtml.cs b/Pages/Index.cshtml.cs index e8761fc..36dd62d 100644 --- a/Pages/Index.cshtml.cs +++ b/Pages/Index.cshtml.cs @@ -74,11 +74,9 @@ namespace NightmareCoreWeb2.Pages ActivateEmail = Request.Form["ActivateEmail"]; ActivatePassword = Request.Form["ActivatePassword"]; ActivateToken = Request.Form["ActivateToken"]; - Console.WriteLine($"PostActivateAccount e {ActivateEmail} p {ActivatePassword} t {ActivateToken}"); } public void OnPostRequestToken() { RequestTokenEmail = Request.Form["RequestTokenEmail"]; - } public bool RequestToken() { diff --git a/Pages/Privacy.cshtml b/Pages/Privacy.cshtml deleted file mode 100644 index e77302a..0000000 --- a/Pages/Privacy.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@page -@model PrivacyModel -@{ - ViewData["Title"] = "Privacy Policy"; -} -

@ViewData["Title"]

- -

Use this page to detail your site's privacy policy.

diff --git a/Pages/Privacy.cshtml.cs b/Pages/Privacy.cshtml.cs deleted file mode 100644 index 7b59a05..0000000 --- a/Pages/Privacy.cshtml.cs +++ /dev/null @@ -1,24 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Mvc.RazorPages; -using Microsoft.Extensions.Logging; - -namespace NightmareCoreWeb2.Pages -{ - public class PrivacyModel : PageModel - { - private readonly ILogger _logger; - - public PrivacyModel(ILogger logger) - { - _logger = logger; - } - - public void OnGet() - { - } - } -} diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml index dc18f3f..bf0ff33 100644 --- a/Pages/Shared/_Layout.cshtml +++ b/Pages/Shared/_Layout.cshtml @@ -21,9 +21,6 @@ - diff --git a/obj/Debug/net5.0/project.razor.json b/obj/Debug/net5.0/project.razor.json index 740ed76..5014fb9 100644 --- a/obj/Debug/net5.0/project.razor.json +++ b/obj/Debug/net5.0/project.razor.json @@ -15618,11 +15618,6 @@ }, "RootNamespace": "NightmareCoreWeb2", "Documents": [ - { - "FilePath": "/home/rudi/Projects/NightmareCoreWeb2/Pages/Privacy.cshtml", - "TargetPath": "Pages\\Privacy.cshtml", - "FileKind": "mvc" - }, { "FilePath": "/home/rudi/Projects/NightmareCoreWeb2/Pages/Error.cshtml", "TargetPath": "Pages\\Error.cshtml",