mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 18:15:39 +00:00
upgrading to actix-v4-beta
This commit is contained in:
@@ -226,7 +226,6 @@ async fn signout(id: Identity) -> impl Responder {
|
||||
id.forget();
|
||||
}
|
||||
HttpResponse::Found()
|
||||
.header(header::LOCATION, "/login")
|
||||
.append_header((header::LOCATION, "/login"))
|
||||
.finish()
|
||||
.into_body()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user