o
    &zh                     @   s.   d dl mZ d dlmZ G dd dejZdS )    )forms)
EmailFieldc                   @   sj   e Zd ZejddZeddZejddZ	ej
ddZej
ddZej
ddZej
ddZejddZdS )AuthenticateFormz
Account ID)labelF)requiredN)__name__
__module____qualname__r   IntegerFieldidr   emailBooleanFieldemail_verified	CharFieldusername
first_name	last_namephonephone_verified r   r   f/var/www/html/kangema/venv/lib/python3.10/site-packages/allauth/socialaccount/providers/dummy/forms.pyr      s    
r   N)djangor   allauth.account.fieldsr   Formr   r   r   r   r   <module>   s    