|
@ -1,6 +1,6 @@ |
|
|
|
|
|
from allauth.socialaccount.providers.oauth2.client import OAuth2Client |
|
|
from allauth.socialaccount.providers.okta.views import OktaOAuth2Adapter |
|
|
from allauth.socialaccount.providers.okta.views import OktaOAuth2Adapter |
|
|
from dj_rest_auth.registration.views import SocialLoginView |
|
|
from dj_rest_auth.registration.views import SocialLoginView |
|
|
from allauth.socialaccount.providers.oauth2.client import OAuth2Client |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class OktaLogin(SocialLoginView): |
|
|
class OktaLogin(SocialLoginView): |
|
|