mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-06 12:01:41 +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),
|
||||
name='account_login',
|
||||
),
|
||||
path('accounts/', include('allauth_2fa.urls')), # MFA support
|
||||
]
|
||||
|
||||
urlpatterns += frontendpatterns
|
||||
|
Reference in New Issue
Block a user