Signup tentatively works

This commit is contained in:
metacryst
2025-11-22 23:12:01 -06:00
parent 525642d04e
commit c3ed5ac5ac
21 changed files with 461 additions and 287 deletions

View File

@@ -15,11 +15,11 @@ class SignupForm extends Shadow {
VStack(() => {
input("First Name")
.attr({name: "firstname", type: "name"})
.attr({name: "firstName", type: "name"})
.styles(this.inputStyles)
input("Last Name")
.attr({name: "lastname", type: "name"})
.attr({name: "lastName", type: "name"})
.styles(this.inputStyles)
input("Email")