U
    Zc                     @   s6   d dl mZ d dlmZ d dlmZ G dd dZdS )    )render)app_settingsc                   @   s   e Zd Zdd Zdd ZdS )OAuthLoginMixinc                 O   sL   | j  }tjs:|jdkr:t|dtj ||j	ddS | j
|f||S )NGETzsocialaccount/login.process)providerr   )Zadapterget_providerr   ZLOGIN_ON_GETmethodr   account_app_settingsZTEMPLATE_EXTENSIONr   getlogin)selfrequestargskwargsr    r   o/var/www/html/crackeverytest/cet_env/lib/python3.8/site-packages/allauth/socialaccount/providers/base/mixins.pydispatch   s    

zOAuthLoginMixin.dispatchc                 O   s   t d S )N)NotImplementedError)r   r   r   r   r   r   r   r      s    zOAuthLoginMixin.loginN)__name__
__module____qualname__r   r   r   r   r   r   r      s   r   N)Zdjango.shortcutsr   Zallauth.accountr   r
   Zallauth.socialaccountr   r   r   r   r   <module>   s   