...
This commit is contained in:
@@ -8,6 +8,6 @@ namespace Shared.DTOs
|
||||
public string Username { get; set; }
|
||||
[MinLength(3, ErrorMessage = ("کلمه عبور باید حداقل 3 کاراکتر باشد"))]
|
||||
public string Password { get; set; }
|
||||
public bool Remember { get; set; }=false;
|
||||
public bool Remember { get; set; }=true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user