mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-15 12:20:16 +01:00
Do not show on screen seed passphrase in sign with seed
This commit is contained in:
parent
a73d2db02a
commit
656ff7029e
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue