Development

This commit is contained in:
Matthew Grotke 2026-06-10 14:40:05 -04:00
parent f4600c0d95
commit 3be28ec44e
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,7 @@
"name": "email",
"input_type": "text",
"placeholder": "you@example.com",
"validate": "VALIDATION_EMAIL",
"hint": "Must match your pre-registered email address."
},
{
@ -60,7 +61,8 @@
"action": "/action/accountcreate/form_create",
"method": "post",
"text": "Create Account",
"class": "btn-full"
"class": "btn-full create-account-btn",
"disabled": true
}
]
},