diff --git a/__pycache__/main.cpython-310.pyc b/__pycache__/main.cpython-310.pyc new file mode 100644 index 0000000..a9191cc Binary files /dev/null and b/__pycache__/main.cpython-310.pyc differ diff --git a/website/auth.py b/website/auth.py index 17391b4..6d4761f 100644 --- a/website/auth.py +++ b/website/auth.py @@ -52,6 +52,7 @@ def sign_up(): elif len(email) < 4 : print("test") + print("test2") pass elif len(firstName) < 2 : pass