mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-31 11:54:24 +01:00
committed by
Andrew Camilleri
parent
d7faa0a0fd
commit
fbe2096098
@@ -251,7 +251,8 @@ namespace BTCPayServer.Controllers
|
||||
ResetIn = period?.End is DateTimeOffset nr ? ZeroIfNegative(nr - now).TimeString() : null,
|
||||
EndIn = pp.EndDate is DateTimeOffset end ? ZeroIfNegative(end - now).TimeString() : null,
|
||||
},
|
||||
Archived = pp.Archived
|
||||
Archived = pp.Archived,
|
||||
AutoApproveClaims = ppBlob.AutoApproveClaims
|
||||
});
|
||||
}
|
||||
return View(vm);
|
||||
|
||||
Reference in New Issue
Block a user