mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 02:25:41 +00:00
widget static resources are now built locally
This commit is contained in:
@@ -226,6 +226,6 @@ async fn signout(id: Identity) -> impl Responder {
|
||||
id.forget();
|
||||
}
|
||||
HttpResponse::Found()
|
||||
.append_header((header::LOCATION, "/login"))
|
||||
.append_header((header::LOCATION, crate::PAGES.auth.login))
|
||||
.finish()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user