1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 18:25:41 +02:00

Removed invalid todo

Dieser Commit ist enthalten in:
Daniel García 2018-12-23 22:46:00 +01:00
Ursprung acb9d1b3c6
Commit 1483829c94
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: FC8A7D14C3CD543A

Datei anzeigen

@ -125,8 +125,6 @@ use rocket::response::{self, Responder, Response};
impl<'r> Responder<'r> for Error {
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();
Response::build()