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; +} -
+ + - + + + + + -
+ IdentityServer4 - @if (Model.EnableLocalLogin) - { -
-
+ + -
-

Login

-
- + -
- - -
+ + -
- - -
+ -
- - -
+ + -
- - -
- @if (Model.AllowRememberLogin) - { -
-
- - -
-
- } - - -
-
-
-
- } + - @if (Model.VisibleExternalProviders.Any()) - { -
-
-
-

External Account

-
-
-
    - @foreach (var provider in Model.VisibleExternalProviders) - { -
  • - - @provider.DisplayName - -
  • - } +
    + + +
    + + +
+ + + + + + + + + \ No newline at end of file diff --git a/CSharp/AuthorizationServer/Views/Shared/_Nav.cshtml b/CSharp/AuthorizationServer/Views/Shared/_Nav.cshtml index 70e1334..a1a11a2 100644 --- a/CSharp/AuthorizationServer/Views/Shared/_Nav.cshtml +++ b/CSharp/AuthorizationServer/Views/Shared/_Nav.cshtml @@ -11,14 +11,14 @@