From 53921ccea49bd8a7840d5bbc71c57c8691ed92bf Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 18:29:43 +0300 Subject: Removed unnecessary usings, space identation got updated to tab identation and added authentication in Startup.cs --- ExamTemplate/Web/Views/Home/Privacy.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate/Web/Views/Home/Privacy.cshtml') diff --git a/ExamTemplate/Web/Views/Home/Privacy.cshtml b/ExamTemplate/Web/Views/Home/Privacy.cshtml index a850e76..da6d969 100644 --- a/ExamTemplate/Web/Views/Home/Privacy.cshtml +++ b/ExamTemplate/Web/Views/Home/Privacy.cshtml @@ -1,5 +1,5 @@ @{ - ViewData["Title"] = "Privacy Policy"; + ViewData["Title"] = "Privacy Policy"; }

@ViewData["Title"]

-- cgit v1.2.3