From 8c2e43d7750916dc89b716d0997364333620b057 Mon Sep 17 00:00:00 2001 From: Eric Fleming Date: Fri, 15 Feb 2019 22:14:18 -0500 Subject: [PATCH] Removing old Signin.cshtml --- src/Web/Views/Account/Signin.cshtml | 59 ----------------------------- src/Web/Web.csproj | 4 -- 2 files changed, 63 deletions(-) delete mode 100644 src/Web/Views/Account/Signin.cshtml diff --git a/src/Web/Views/Account/Signin.cshtml b/src/Web/Views/Account/Signin.cshtml deleted file mode 100644 index 9d1742d..0000000 --- a/src/Web/Views/Account/Signin.cshtml +++ /dev/null @@ -1,59 +0,0 @@ -@model LoginViewModel -@{ - ViewData["Title"] = "Log in"; -} -
- -
-
-
-
-
-
-

ARE YOU REGISTERED?

-
-
- - - -
-
- - - -
-
-
- -
-
-
- -
-

- Register as a new user? -

-

- Note that for demo purposes you don't need to register and can login with these credentials: -

-

- User: demouser@microsoft.com -

-

- Password: Pass@word1 -

-
-
-
-
-
- -@section Scripts { - @{ await Html.RenderPartialAsync("_ValidationScriptsPartial"); } -} diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index c27cb26..73d1dbe 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -75,7 +75,6 @@ <_ContentIncludedByDefault Remove="Views\Account\Lockout.cshtml" /> <_ContentIncludedByDefault Remove="Views\Account\LoginWith2fa.cshtml" /> <_ContentIncludedByDefault Remove="Views\Account\Register.cshtml" /> - <_ContentIncludedByDefault Remove="Views\Account\Signin.cshtml" /> <_ContentIncludedByDefault Remove="Views\Manage\ChangePassword.cshtml" /> <_ContentIncludedByDefault Remove="Views\Manage\Disable2fa.cshtml" /> <_ContentIncludedByDefault Remove="Views\Manage\EnableAuthenticator.cshtml" /> @@ -97,9 +96,6 @@ - - -