Remove confirm option for seed from wallet settings

Closes #1813.
This commit is contained in:
Dennis Reimann
2020-08-05 11:20:34 +02:00
parent ede5aceeeb
commit 2d608621d9
5 changed files with 25 additions and 9 deletions

View File

@@ -1160,6 +1160,7 @@ namespace BTCPayServer.Controllers
CryptoCode = walletId.CryptoCode,
Mnemonic = seed,
IsStored = true,
RequireConfirm = false,
ReturnUrl = Url.Action(nameof(WalletSettings), new { walletId })
};
return this.RedirectToRecoverySeedBackup(recoveryVm);