mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FEAT] Enable django-allauth for enhanced user management & federation
This commit is contained in:
@@ -33,9 +33,6 @@ urlpatterns = [
|
||||
path('hijack/',
|
||||
include('hijack.urls', namespace='hijack')),
|
||||
|
||||
path('',
|
||||
include('django.contrib.auth.urls')),
|
||||
|
||||
path('',
|
||||
views.IndexView.as_view(),
|
||||
name='index'),
|
||||
@@ -55,4 +52,7 @@ urlpatterns = [
|
||||
|
||||
path('',
|
||||
include('pwa.urls')),
|
||||
|
||||
path('accounts/',
|
||||
include('allauth.urls')),
|
||||
] # yapf: disable
|
||||
|
||||
Reference in New Issue
Block a user