Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
feat:add user password (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Mayue <[email protected]>
  • Loading branch information
MayueCif and Mayue authored Jul 20, 2022
1 parent 6bb92bb commit 3e39ac0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ public class AddUserModel

public string? Email { get; set; }

public string? Password { get; set; }

public GenderTypes Gender { get; set; }

public AddUserModel()
Expand Down

0 comments on commit 3e39ac0

Please sign in to comment.