Correct title for the signup form

This commit is contained in:
Kuba Orlik 2026-01-31 19:38:57 +01:00
parent 56e9d20488
commit 67c8e6e406

View File

@ -67,7 +67,7 @@ export default new (class LoginForm extends Form<typeof fields, void> {
async render(ctx: Context, data: FormData, show_field_errors: boolean) {
return html({
ctx,
title: "Form",
title: "Sign in",
description: "",
css_clumps: ["admin-forms"],
body: super.render(ctx, data, show_field_errors) as Promise<string>,