Ensuring that Shopify.Password values is present

This commit is contained in:
rockstardev 2020-09-14 01:06:23 -05:00 committed by Kukks
parent a93e3be197
commit b993da9751

View file

@ -42,7 +42,7 @@
<div class="form-group">
<label asp-for="Shopify.Password"></label>
<input asp-for="Shopify.Password" class="form-control" type="password" readonly="@shopifyCredsSet" />
<input asp-for="Shopify.Password" class="form-control" type="password" value="@Model.Shopify?.Password" readonly="@shopifyCredsSet" />
<span asp-validation-for="Shopify.Password" class="text-danger"></span>
</div>