This commit is contained in:
@@ -52,7 +52,7 @@ namespace Auth.Controllers {
|
||||
return BadRequest("Account Not Found");
|
||||
} catch (Exception ex) {
|
||||
Console.WriteLine("Login Error: " + ex.Message);
|
||||
return BadRequest("An internal server error has occured");
|
||||
return BadRequest("An internal server error has occured: " + ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user