Skip to content

Commit ddcd3ef

Browse files
authored
Minor Security Fix
Security Fix
2 parents 0b4f882 + b02e71b commit ddcd3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def add_user(user_name: str, user_password: str):
5757
"user_role": user_role
5858
}
5959

60-
print(new_user)
60+
# print(new_user)
6161

6262
users.append(new_user)
6363
save_users(users)

0 commit comments

Comments
 (0)