mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-09-18 19:44:52 -04:00
more locking work
This commit is contained in:
parent
41bb198d92
commit
5a8b1caf93
12 changed files with 481 additions and 484 deletions
|
@ -54,12 +54,14 @@ class NewAccountPageState extends State<NewAccountPage> {
|
|||
validator: FormBuilderValidators.compose([
|
||||
FormBuilderValidators.required(),
|
||||
]),
|
||||
textInputAction: TextInputAction.next,
|
||||
),
|
||||
FormBuilderTextField(
|
||||
name: formFieldPronouns,
|
||||
maxLength: 64,
|
||||
decoration: InputDecoration(
|
||||
labelText: translate('account.form_pronouns')),
|
||||
textInputAction: TextInputAction.next,
|
||||
),
|
||||
Row(children: [
|
||||
const Spacer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue