You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let qr_code = String::from("FIDO:/078241338926040702789239694720083010994762289662861130514766991835876383562063181103169246410435938367110394959927031730060360967994421343201235185697538107096654083332");
372
-
let authenticator_response = create_authenticator_response();
373
-
374
-
let(request_tx, request_rx) = oneshot::channel();
375
-
tokio::runtime::Builder::new_current_thread()
376
-
.enable_all()
377
-
.build()
378
-
.unwrap()
379
-
.block_on(asyncmove{
380
-
let hybrid_handler = DummyHybridHandler::new(vec![
0 commit comments