mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Improve wallet nav (#3921)
* Fix rescan nav highlighting * Wallet send wizard * Wallet receive wizard * Consistent wizard back button behaviour
This commit is contained in:
@@ -4,6 +4,8 @@ namespace BTCPayServer.Models.WalletViewModels
|
||||
{
|
||||
public string WalletId { get; set; }
|
||||
public string WebsocketPath { get; set; }
|
||||
public SigningContextModel SigningContext { get; set; } = new SigningContextModel();
|
||||
public string BackUrl { get; set; }
|
||||
public string ReturnUrl { get; set; }
|
||||
public SigningContextModel SigningContext { get; set; } = new ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user