mirror of
https://github.com/perstarkse/minne.git
synced 2026-09-15 22:41:46 +02:00
chore: clippy suggestions
This commit is contained in:
@@ -31,9 +31,9 @@ pub async fn show_signin_form(
|
||||
true => Ok(TemplateResponse::new_partial(
|
||||
"auth/signin_form.html",
|
||||
"body",
|
||||
{},
|
||||
(),
|
||||
)),
|
||||
false => Ok(TemplateResponse::new_template("auth/signin_form.html", {})),
|
||||
false => Ok(TemplateResponse::new_template("auth/signin_form.html", ())),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user