mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
re-add mfa urls
This commit is contained in:
@@ -206,6 +206,7 @@ frontendpatterns = [
|
|||||||
RedirectView.as_view(url=f'/{settings.FRONTEND_URL_BASE}', permanent=False),
|
RedirectView.as_view(url=f'/{settings.FRONTEND_URL_BASE}', permanent=False),
|
||||||
name='account_login',
|
name='account_login',
|
||||||
),
|
),
|
||||||
|
path('accounts/', include('allauth_2fa.urls')), # MFA support
|
||||||
]
|
]
|
||||||
|
|
||||||
urlpatterns += frontendpatterns
|
urlpatterns += frontendpatterns
|
||||||
|
Reference in New Issue
Block a user