This commit is contained in:
mmrbnjd
2024-07-08 16:10:06 +03:30
parent 9002305d5c
commit 488f2257f7
4 changed files with 15 additions and 99 deletions

View File

@@ -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;
}
}