Skip to content

Commit

Permalink
Set default to None
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Jan 5, 2024
1 parent 0e73f77 commit f193fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/test_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@

FIDO_SERVER_ID="localhost" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_NAME="TestApp"
KEY_ATTACHMENT = passkeys.Attachment.PLATFORM # Set None to allow all authenticator attachment
KEY_ATTACHMENT = None # Set None to allow all authenticator attachment

0 comments on commit f193fd6

Please sign in to comment.