Skip to content

Commit

Permalink
Fix adding permission
Browse files Browse the repository at this point in the history
  • Loading branch information
dainnilsson committed Oct 16, 2024
1 parent 9b5b22e commit 7d131bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fido2/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ def do_make_credential(
permissions = ClientPin.PERMISSION.MAKE_CREDENTIAL
if exclude_list:
# We need this for filtering the exclude_list
permissions = ClientPin.PERMISSION.GET_ASSERTION
permissions |= ClientPin.PERMISSION.GET_ASSERTION

# Get extension permissions
extension_instances = [cls(self.ctap2) for cls in self.extensions]
Expand Down

0 comments on commit 7d131bb

Please sign in to comment.