Fix userHandle null, and force using security key when windows hello is activated in windows
This commit is contained in:
@@ -269,7 +269,7 @@ class WebAuthn {
|
||||
]
|
||||
.filter(key => key in credentials.response)
|
||||
.forEach(key => parseCredentials.response[key] = WebAuthn.#arrayToBase64String(credentials.response[key]));
|
||||
|
||||
parseCredentials.response['userId'] = credentials.id;
|
||||
return parseCredentials;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user