Skip to content
Snippets Groups Projects
Verified Commit 10078d1b authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use fixed version of django-two-factor-auth with Webauthn support

parent 4e374441
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ django-ipware = "^4.0"
django-impersonate = "^1.4"
psycopg2 = "^2.8"
django_select2 = "^8.0"
django-two-factor-auth = { git = "https://github.com/jazzband/django-two-factor-auth", branch="master", extras = [ "yubikey", "phonenumbers", "call", "sms", "webauthn" ] }
django-two-factor-auth = { version = "^1.15.1", extras = [ "yubikey", "phonenumbers", "call", "sms", "webauthn" ] }
django-yarnpkg = "^6.0"
django-material = "^1.6.0"
django-dynamic-preferences = "^1.11"
......
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