Skip to content

Commit ce43317

Browse files
committed
fix: removes password as requirement for input
1 parent 78e9aea commit ce43317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/labs/schema/user.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class UserRequest(
99
""" User profile
1010
"""
1111
email: str
12-
password: str
12+
# password: str
1313
first_name: str
1414
last_name: str
1515

0 commit comments

Comments
 (0)