Correct title for the signup form
This commit is contained in:
parent
56e9d20488
commit
67c8e6e406
@ -67,7 +67,7 @@ export default new (class LoginForm extends Form<typeof fields, void> {
|
|||||||
async render(ctx: Context, data: FormData, show_field_errors: boolean) {
|
async render(ctx: Context, data: FormData, show_field_errors: boolean) {
|
||||||
return html({
|
return html({
|
||||||
ctx,
|
ctx,
|
||||||
title: "Form",
|
title: "Sign in",
|
||||||
description: "",
|
description: "",
|
||||||
css_clumps: ["admin-forms"],
|
css_clumps: ["admin-forms"],
|
||||||
body: super.render(ctx, data, show_field_errors) as Promise<string>,
|
body: super.render(ctx, data, show_field_errors) as Promise<string>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user