diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:29:43 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-06 18:29:43 +0300 |
| commit | 53921ccea49bd8a7840d5bbc71c57c8691ed92bf (patch) | |
| tree | d5a867425bd4f97fc86d6d51119bd4da2a0f3c1f /ExamTemplate/Web/Views/_ViewStart.cshtml | |
| parent | 9000f940c89e1cfa35f959f2aefd7b748eddc1ce (diff) | |
| download | it-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/_ViewStart.cshtml')
| -rw-r--r-- | ExamTemplate/Web/Views/_ViewStart.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Views/_ViewStart.cshtml b/ExamTemplate/Web/Views/_ViewStart.cshtml index 66b5da2..3a04d05 100644 --- a/ExamTemplate/Web/Views/_ViewStart.cshtml +++ b/ExamTemplate/Web/Views/_ViewStart.cshtml @@ -1,3 +1,3 @@ @{
- Layout = "_Layout";
+ Layout = "_Layout";
}
|
