-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nuget packages versions updated
- Loading branch information
Sergei Calabonga
committed
Sep 20, 2024
1 parent
15350d9
commit 638c747
Showing
13 changed files
with
106 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 23 additions & 23 deletions
46
...ule.Template/content/Calabonga.Microservice.IdentityModule.Web/Pages/Connect/Login.cshtml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
@page | ||
@model Calabonga.Microservice.IdentityModule.Web.Pages.Connect.LoginModel | ||
@{ | ||
ViewData["Title"] = "Log in"; | ||
} | ||
|
||
<div class="row"> | ||
<div class="col-md-4 offset-4"> | ||
@if (Model.Input != null) | ||
{ | ||
<form method="post"> | ||
|
||
<div class="col-md-4 offset-4"> | ||
@if (Model.Input != null) | ||
{ | ||
<form method="post"> | ||
<input type="hidden" asp-for="@Model.Input.ReturnUrl" /> | ||
|
||
<input type="hidden" asp-for="@Model.Input.ReturnUrl)"/> | ||
<div asp-validation-summary="All" class="text-danger"></div> | ||
|
||
<div asp-validation-summary="All" class="text-danger"></div> | ||
<div class="mb-3 row"> | ||
<label class="form-label" asp-for="@Model.Input.UserName"></label> | ||
<input type="email" class="form-control" asp-for="@Model.Input.UserName"> | ||
|
||
<div class="mb-3 row"> | ||
<label class="form-label" asp-for="@Model.Input.UserName"></label> | ||
<input type="email" class="form-control" asp-for="@Model.Input.UserName"> | ||
</div> | ||
|
||
</div> | ||
<div class="mb-3 row"> | ||
<label class="form-label" asp-for="@Model.Input.Password"></label> | ||
<input class="form-control" type="password" asp-for="@Model.Input.Password" /> | ||
|
||
<div class="mb-3 row"> | ||
<label class="form-label" asp-for="@Model.Input.Password"></label> | ||
<input class="form-control" type="password" asp-for="@Model.Input.Password"/> | ||
</div> | ||
<div class="text-center"> | ||
<button class="btn btn-primary" type="submit">Log in</button> | ||
</div> | ||
|
||
</div> | ||
<div class="text-center"> | ||
<button class="btn btn-primary" type="submit">Вход</button> | ||
</div> | ||
|
||
</form> | ||
} | ||
</div> | ||
</div> | ||
</form> | ||
} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters