aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Home/Privacy.cshtml
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:29:43 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-06 18:29:43 +0300
commit53921ccea49bd8a7840d5bbc71c57c8691ed92bf (patch)
treed5a867425bd4f97fc86d6d51119bd4da2a0f3c1f /ExamTemplate/Web/Views/Home/Privacy.cshtml
parent9000f940c89e1cfa35f959f2aefd7b748eddc1ce (diff)
downloadit-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar
it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.tar.gz
it-kariera-exam-template-53921ccea49bd8a7840d5bbc71c57c8691ed92bf.zip
Removed unnecessary usings, space identation got updated to tab identation and added authentication in Startup.cs
Diffstat (limited to 'ExamTemplate/Web/Views/Home/Privacy.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Home/Privacy.cshtml2
1 files changed, 1 insertions, 1 deletions
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";
}
<h1>@ViewData["Title"]</h1>