...
This commit is contained in:
@@ -24,11 +24,6 @@ namespace Back.Controllers
|
||||
if (!ModelState.IsValid) return BadRequest(model);
|
||||
var result = await _servUser.UserAuthentication(model.Username, model.Password);
|
||||
if (result != null) return Ok(result);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
else return NotFound("کاربری با این مشخصات یافت نشد");
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user