diff options
-rw-r--r-- | example/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/index.ts b/example/index.ts index 3e33ae8..2d22c48 100644 --- a/example/index.ts +++ b/example/index.ts @@ -123,7 +123,7 @@ app.get('/generate-registration-options', (req, res) => { excludeCredentials: devices.map(dev => ({ id: dev.credentialID, type: 'public-key', - transports: ['usb', 'ble', 'nfc', 'internal'], + transports: dev.transports, })), /** * The optional authenticatorSelection property allows for specifying more constraints around |