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) {
|
||||
return html({
|
||||
ctx,
|
||||
title: "Form",
|
||||
title: "Sign in",
|
||||
description: "",
|
||||
css_clumps: ["admin-forms"],
|
||||
body: super.render(ctx, data, show_field_errors) as Promise<string>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user