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