Local Passwords validation
This commit is contained in:
parent
ce8f3ebce0
commit
8132db37d0
163 changed files with 1812 additions and 4772 deletions
7
src/Yavsc/Views/Shared/_ValidationSummary.cshtml
Normal file
7
src/Yavsc/Views/Shared/_ValidationSummary.cshtml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
@if (ViewContext.ModelState.IsValid == false)
|
||||
{
|
||||
<div class="alert alert-danger">
|
||||
<strong>Error</strong>
|
||||
<div asp-validation-summary="All" class="danger"></div>
|
||||
</div>
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue