diff --git a/CSharp/AuthorizationServer/Views/Account/Login.cshtml b/CSharp/AuthorizationServer/Views/Account/Login.cshtml index 1752eec..1597d37 100644 --- a/CSharp/AuthorizationServer/Views/Account/Login.cshtml +++ b/CSharp/AuthorizationServer/Views/Account/Login.cshtml @@ -1,95 +1,188 @@ @model LoginViewModel +@{ + Layout = null; +} -