mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
@@ -57,7 +57,7 @@ public class UIFormsController : Controller
|
||||
if (formData?.Config is null)
|
||||
return NotFound();
|
||||
|
||||
if (command is not "Submit")
|
||||
if (!Request.HasFormContentType)
|
||||
return GetFormView(formData, redirectUrl);
|
||||
|
||||
var conf = Form.Parse(formData.Config);
|
||||
|
||||
Reference in New Issue
Block a user