chenjunkai %!s(int64=6) %!d(string=hai) anos
pai
achega
f5ca48bf27
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Controller/UserController.py

+ 1 - 0
Controller/UserController.py

@@ -186,6 +186,7 @@ class registerView(TemplateView):
         if dataValid.password_validate(password):
             if dataValid.email_validate(username):
                 if userEmail:
+                    print(userEmail)
                     emailValid = Device_User.objects.filter(userEmail=userEmail)
                     if emailValid.exists():
                         return response.json(103)