This commit is contained in:
spikecodes
2021-03-27 13:03:13 -07:00
parent 66ac72beab
commit c7f9386c01
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ pub async fn set(req: Request<Body>) -> Result<Response<Body>, String> {
let mut res = redirect("/settings".to_string());
let names = vec!["theme", "front_page", "layout", "wide", "comment_sort", "post_sort", "show_nsfw", "subscriptions"];
let names = vec!["theme", "front_page", "layout", "wide", "comment_sort", "post_sort", "show_nsfw"];
for name in names {
match form.get(name) {