diff --git a/BTCPayServer/Views/UIForms/Modify.cshtml b/BTCPayServer/Views/UIForms/Modify.cshtml index dd45f14a8..a82312f55 100644 --- a/BTCPayServer/Views/UIForms/Modify.cshtml +++ b/BTCPayServer/Views/UIForms/Modify.cshtml @@ -29,16 +29,10 @@ } - @Json.Serialize(FormDataService.StaticFormEmail, new JsonSerializerSettings() - { - Formatting = Formatting.Indented - }) + @FormDataService.StaticFormEmail - @Json.Serialize(FormDataService.StaticFormAddress, new JsonSerializerSettings() - { - Formatting = Formatting.Indented - }) + @FormDataService.StaticFormAddress