Skip to content
Snippets Groups Projects
Commit bbcc09d4 authored by Satsuki Yanagi's avatar Satsuki Yanagi Committed by syuilo
Browse files

Allow 'internal' device in WebAuthN (#5756)

parent 01c07d12
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment