mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Do not show on screen seed passphrase in sign with seed
This commit is contained in:
@@ -13,6 +13,7 @@ namespace BTCPayServer.Models.WalletViewModels
|
|||||||
public string SeedOrKey { get; set; }
|
public string SeedOrKey { get; set; }
|
||||||
|
|
||||||
[Display(Name = "Optional seed passphrase")]
|
[Display(Name = "Optional seed passphrase")]
|
||||||
|
[DataType(DataType.Password)]
|
||||||
public string Passphrase { get; set; }
|
public string Passphrase { get; set; }
|
||||||
|
|
||||||
public ExtKey GetExtKey(Network network)
|
public ExtKey GetExtKey(Network network)
|
||||||
|
|||||||
Reference in New Issue
Block a user