chenjunkai 6 년 전
부모
커밋
f5ca48bf27
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)