diff --git a/BTCPayServer/Views/Stores/CreateToken.cshtml b/BTCPayServer/Views/Stores/CreateToken.cshtml index aa1229503..d28fceaa2 100644 --- a/BTCPayServer/Views/Stores/CreateToken.cshtml +++ b/BTCPayServer/Views/Stores/CreateToken.cshtml @@ -12,32 +12,35 @@
- @if(ViewBag.HidePublicKey) + @if (ViewBag.HidePublicKey) { optional }
- @if(!ViewBag.HidePublicKey) + @if (!ViewBag.HidePublicKey) {
Keep empty for server-initiated pairing -
} + + } - @if(ViewBag.ShowStores) + @if (ViewBag.ShowStores) {
-
} + + } else { - } + + }