Skip to content

Commit

Permalink
login urls enabled (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimugdhabatra authored Dec 16, 2024
2 parents 8254f77 + 1892328 commit 34ce1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iogt/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@

urlpatterns = api_url_patterns + [
path('django-admin/', admin.site.urls),
# path('admin/logout/', CustomLogoutView.as_view(), name='admin_logout'),
# path('admin/login/', AzureADSignupView.as_view(), name='azure_signup_view'), # Override Wagtail admin login
path('admin/logout/', CustomLogoutView.as_view(), name='admin_logout'),
path('admin/login/', AzureADSignupView.as_view(), name='azure_signup_view'), # Override Wagtail admin login
path('admin/', include(wagtailadmin_urls)),
path('documents/', include(wagtaildocs_urls)),
*i18n_patterns(path('logout_hack_view', LogoutRedirectHackView.as_view(), name='logout_redirect')),
Expand Down

0 comments on commit 34ce1f9

Please sign in to comment.