Skip to content

Commit

Permalink
Fix test settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalioby committed Oct 28, 2023
1 parent fa5bb5b commit ac02b78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions example/test_app/test_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,4 @@
FIDO_SERVER_ID="testserver" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_NAME="TestApp"
KEY_ATTACHMENT = passkeys.Attachment.PLATFORM
<<<<<<< Updated upstream
=======
CSRF_TRUSTED_ORIGINS = ['http://localhost:8000','https://localhost:8000']
>>>>>>> Stashed changes

0 comments on commit ac02b78

Please sign in to comment.