We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbce932 commit aed7dacCopy full SHA for aed7dac
xyz-iinuwa-credential-manager-portal-gtk/src/credential_service/usb.rs
@@ -145,15 +145,6 @@ impl InProcessUsbHandler {
145
None => Err("Channel disconnected".to_string()),
146
}
147
148
- UsbStateInternal::NeedsPin {
149
- attempts_left: Some(attempts_left),
150
- ..
151
- } if attempts_left <= 1 => Err("No more USB attempts left".to_string()),
152
- UsbStateInternal::NeedsUserVerification {
153
154
- } if attempts_left <= 1 => {
155
- Err("No more on-device user device attempts left".to_string())
156
- }
157
UsbStateInternal::NeedsPin { .. }
158
| UsbStateInternal::NeedsUserVerification { .. }
159
| UsbStateInternal::NeedsUserPresence => match signal_rx.recv().await {
0 commit comments