We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754f345 commit d5df297Copy full SHA for d5df297
src/core/urls.py
@@ -46,4 +46,5 @@
46
name="account_email_verification_sent",
47
),
48
path("auth/", include("rest_auth.urls")),
49
+ path("auth/accounts/", include("allauth.socialaccount.urls")),
50
]
0 commit comments