Skip to content

Commit

Permalink
fix: removes password as requirement for input
Browse files Browse the repository at this point in the history
  • Loading branch information
devraj committed Jun 12, 2023
1 parent 78e9aea commit ce43317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/labs/schema/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class UserRequest(
""" User profile
"""
email: str
password: str
# password: str
first_name: str
last_name: str

Expand Down

0 comments on commit ce43317

Please sign in to comment.