We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e5859 commit e31b709Copy full SHA for e31b709
credentialsd-common/src/model.rs
@@ -268,11 +268,11 @@ pub enum UsbState {
268
/// Used to share public state between credential service and UI.
269
#[derive(Clone, Debug, Default)]
270
pub enum NfcState {
271
- /// Not polling for FIDO USB device.
+ /// Not polling for FIDO NFC device.
272
#[default]
273
Idle,
274
275
- /// Awaiting FIDO USB device to be plugged in.
+ /// Awaiting FIDO NFC device to connect.
276
Waiting,
277
278
/// USB device connected, prompt user to tap
@@ -293,7 +293,7 @@ pub enum NfcState {
293
creds: Vec<Credential>,
294
},
295
296
- /// USB tapped, received credential
+ /// NFC tapped, received credential
297
Completed,
298
299
/// Interaction with the authenticator failed.
0 commit comments