Index: backend/auth_form/serializers.py
===================================================================
--- backend/auth_form/serializers.py	(revision dabf75eaf37c757bf6bbf8b319e077abadf9b68f)
+++ backend/auth_form/serializers.py	(revision 09e59a1e9e06c9ce80cfb1bddfdfdec53475433f)
@@ -36,5 +36,5 @@
     class Meta:
         model = User
-        fields = ['email', 'full_name', 'password', 'confirm_password']
+        fields = ['email', 'full_name', 'password', 'confirm_password', 'user_type']
     
     def validate(self, data):
@@ -64,5 +64,4 @@
                 user_type='admin',
             )
-
         return user
 
