Skip to content

Commit dbce932

Browse files
committed
Remove unnecessary TODO comment
1 parent 9cf2e4f commit dbce932

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • xyz-iinuwa-credential-manager-portal-gtk/src

xyz-iinuwa-credential-manager-portal-gtk/src/window.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ impl ExampleApplicationWindow {
163163
.and_downcast_ref::<DeviceObject>()
164164
.expect("selected device to exist at notify");
165165
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.
169166
Ok(Transport::Usb) => stack.set_visible_child_name("usb"),
170167
Ok(Transport::HybridQr) => stack.set_visible_child_name("hybrid_qr"),
171168
_ => {}

0 commit comments

Comments
 (0)