Skip to content
Snippets Groups Projects
Unverified Commit 1483829c authored by Daniel García's avatar Daniel García
Browse files

Removed invalid todo

parent acb9d1b3
No related branches found
No related tags found
No related merge requests found
...@@ -125,8 +125,6 @@ use rocket::response::{self, Responder, Response}; ...@@ -125,8 +125,6 @@ use rocket::response::{self, Responder, Response};
impl<'r> Responder<'r> for Error { impl<'r> Responder<'r> for Error {
fn respond_to(self, _: &Request) -> response::Result<'r> { fn respond_to(self, _: &Request) -> response::Result<'r> {
// TODO: We could put the security headers here, but it would only apply to the errors
let usr_msg = self.display_error(); let usr_msg = self.display_error();
Response::build() Response::build()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment