mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-07 23:34:28 +01:00
Properly show text to enter pin or passphrase for trezor T
This commit is contained in:
@@ -128,9 +128,9 @@ var vaultui = (function () {
|
||||
if (json.error === "need-pin-on-device" || json.error === "need-passphrase-on-device") {
|
||||
handled = true;
|
||||
if (json.error === "need-pin-on-device") {
|
||||
showError(VaultFeedbacks.needPinOnDevice);
|
||||
show(VaultFeedbacks.needPinOnDevice);
|
||||
} else {
|
||||
showError(VaultFeedbacks.needPassphraseOnDevice);
|
||||
show(VaultFeedbacks.needPassphraseOnDevice);
|
||||
}
|
||||
await self.waitClickContinue();
|
||||
self.bridge.socket.send("refresh-device");
|
||||
|
||||
Reference in New Issue
Block a user