add pairing code to tokens page after authorize (#412)

This commit is contained in:
Andrew Camilleri
2018-11-22 07:13:35 +01:00
committed by Nicolas Dorier
parent 0096ec1d12
commit 186ce01022

View File

@@ -789,7 +789,8 @@ namespace BTCPayServer.Controllers
StatusMessage = "Server initiated pairing code: " + pairingCode; StatusMessage = "Server initiated pairing code: " + pairingCode;
return RedirectToAction(nameof(ListTokens), new return RedirectToAction(nameof(ListTokens), new
{ {
storeId = store.Id storeId = store.Id,
pairingCode = pairingCode
}); });
} }
else else