remove password type input on passphrase

This commit is contained in:
Kukks
2020-06-23 16:41:04 +02:00
parent 9ea42dd981
commit 321b67efd4

View File

@@ -14,7 +14,6 @@ namespace BTCPayServer.Models.WalletViewModels
public string SeedOrKey { get; set; }
[Display(Name = "Optional seed passphrase")]
[DataType(DataType.Password)]
public string Passphrase { get; set; }
public ExtKey GetExtKey(Network network)