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)