Notify and crash before its a problem
Docker Build and Release Upload / build (push) Successful in 1m25s
Docker Build and Release Upload / build (push) Successful in 1m25s
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: " + ex.Message);
|
||||
return BadRequest("An internal server error has occured");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -72,7 +72,7 @@ namespace Auth.Controllers {
|
||||
}
|
||||
return BadRequest("The session ticket cannot be found");
|
||||
} catch (Exception ex) {
|
||||
Console.WriteLine("Delete Error: " + ex.Message);
|
||||
Console.WriteLine("Token Error: " + ex.Message);
|
||||
return BadRequest("An internal server error has occured");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user