mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-13 19:48:45 +00:00
no UI for ECDHSessionKey for now (just ask for PIN)
This commit is contained in:
parent
1abc0b23d2
commit
c6309ff93c
@ -784,8 +784,6 @@ void fsm_msgGetECDHSessionKey(GetECDHSessionKey *msg)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: consider adding appropriate UI for manual confirmation?
|
|
||||||
|
|
||||||
if (!protectPin(true)) {
|
if (!protectPin(true)) {
|
||||||
layoutHome();
|
layoutHome();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user