mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-16 10:16:38 +00:00
Removed invalid todo
This commit is contained in:
parent
acb9d1b3c6
commit
1483829c94
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user