mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 08:05:58 +09:00
Allow 'internal' device in WebAuthN (#5756)
This commit is contained in:
parent
01c07d120f
commit
bbcc09d426
@ -107,7 +107,7 @@ export default Vue.extend({
|
||||
allowCredentials: this.challengeData.securityKeys.map(key => ({
|
||||
id: Buffer.from(key.id, 'hex'),
|
||||
type: 'public-key',
|
||||
transports: ['usb', 'ble', 'nfc']
|
||||
transports: ['usb', 'nfc', 'ble', 'internal']
|
||||
})),
|
||||
timeout: 60 * 1000
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user