We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf2e4f commit dbce932Copy full SHA for dbce932
1 file changed
xyz-iinuwa-credential-manager-portal-gtk/src/window.rs
@@ -163,9 +163,6 @@ impl ExampleApplicationWindow {
163
.and_downcast_ref::<DeviceObject>()
164
.expect("selected device to exist at notify");
165
match d.transport().try_into() {
166
- // TODO: Can multiple resident_keys exist on USB for same origin?
167
- // If so, we need to transition this to choose_credential as well.
168
- // For now, we'll skip it.
169
Ok(Transport::Usb) => stack.set_visible_child_name("usb"),
170
Ok(Transport::HybridQr) => stack.set_visible_child_name("hybrid_qr"),
171
_ => {}
0 commit comments