mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
2FA: Support for adding TOTP-based devices
This commit is contained in:
@@ -176,6 +176,9 @@ INSTALLED_APPS = [
|
||||
'pretix.plugins.pretixdroid',
|
||||
'easy_thumbnails',
|
||||
'django_markup',
|
||||
'django_otp',
|
||||
'django_otp.plugins.otp_totp',
|
||||
'django_otp.plugins.otp_static',
|
||||
]
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user