1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

Add MFA to login screen

This commit is contained in:
Sean Morley 2024-12-12 15:45:19 -05:00
parent 54d7a1a229
commit 673a56c6a0
3 changed files with 86 additions and 44 deletions

View file

@ -47,7 +47,7 @@ INSTALLED_APPS = (
"allauth_ui",
'allauth',
'allauth.account',
# 'allauth.mfa',
'allauth.mfa',
'allauth.headless',
'allauth.socialaccount',
"widget_tweaks",