mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-02 14:26:12 -04:00
ellet
This commit is contained in:
parent
711f82735e
commit
9291dc2b80
8 changed files with 196 additions and 88 deletions
|
@ -153,7 +153,6 @@ class NewAccountPageState extends ConsumerState<NewAccountPage> {
|
|||
body: _newAccountForm(
|
||||
context,
|
||||
onSubmit: (formKey) async {
|
||||
debugPrint(_formKey.currentState?.value.toString());
|
||||
FocusScope.of(context).unfocus();
|
||||
try {
|
||||
await createAccount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue