Skip to content

Commit d5df297

Browse files
committed
Add allauth social urls, fixing 'user already exists' google login exception
1 parent 754f345 commit d5df297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@
4646
name="account_email_verification_sent",
4747
),
4848
path("auth/", include("rest_auth.urls")),
49+
path("auth/accounts/", include("allauth.socialaccount.urls")),
4950
]

0 commit comments

Comments
 (0)