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