From 5612497267280c1a047b3aec842d4438ed4ce829 Mon Sep 17 00:00:00 2001 From: harshit1879 Date: Tue, 4 Mar 2025 20:49:36 +0530 Subject: [PATCH] update README with user autentication module info --- auth.py | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/auth.py b/auth.py index 969cfea..b4ee7a4 100644 --- a/auth.py +++ b/auth.py @@ -1,11 +1,3 @@ -def login(username, password): - - if username == "user" and password == "password": - return True - return False - -def register(username, password): - - return f"User {username} registered successfully!" +print (" hello world ") \ No newline at end of file