Skip to content

Commit

Permalink
[fix] callback urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Hk669 committed May 26, 2024
1 parent 031e578 commit 62f55d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
path("admin/", admin.site.urls),
path('', include('main.urls')),
path('accounts/',include('allauth.urls')),
# path('accounts/', include('allauth.socialaccount.urls'), name='social'),
path('accounts/', include('allauth.socialaccount.urls'), name='social'),
]

handler404 = 'main.views.handling_404'
Expand Down

0 comments on commit 62f55d4

Please sign in to comment.