7 lines
186 B
Python
7 lines
186 B
Python
from allauth.socialaccount.providers.oauth2.urls import default_urlpatterns
|
|
|
|
from .provider import TwentyThreeAndMeProvider
|
|
|
|
|
|
urlpatterns = default_urlpatterns(TwentyThreeAndMeProvider)
|