widget static resources are now built locally

This commit is contained in:
realaravinth
2021-07-07 00:28:32 +05:30
parent 5d55971f19
commit bfebca6e0e
36 changed files with 2086 additions and 168 deletions

View File

@@ -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()
}