This commit is contained in:
Christien Rioux 2023-10-09 22:11:39 -04:00
parent 711f82735e
commit 9291dc2b80
8 changed files with 196 additions and 88 deletions

View file

@ -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();