mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
add pairing code to tokens page after authorize (#412)
This commit is contained in:
committed by
Nicolas Dorier
parent
0096ec1d12
commit
186ce01022
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user