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 @@ - - -