Skip to content

Commit ddd9b65

Browse files
committed
Merge branch 'fix/u2f-cancel-not-working'
2 parents 69964fc + a5fb700 commit ddd9b65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rust/bitbox02-rust-c/src/workflow.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ pub unsafe extern "C" fn rust_workflow_spawn_confirm(
6262
CONFIRM_PARAMS = Some(confirm::Params {
6363
title: CONFIRM_TITLE.as_ref().unwrap(),
6464
body: CONFIRM_BODY.as_ref().unwrap(),
65+
accept_only: true,
6566
..Default::default()
6667
});
6768

0 commit comments

Comments
 (0)