mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
Ensuring that Shopify.Password values is present
This commit is contained in:
parent
a93e3be197
commit
b993da9751
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue