diff --git a/lib/components/login_form.dart b/lib/components/login_form.dart index f909198..66fa231 100644 --- a/lib/components/login_form.dart +++ b/lib/components/login_form.dart @@ -322,7 +322,8 @@ class _LoginFormState extends State { cursorRadius: const Radius.circular(10), ), TextButton( - onPressed: () => sendCode(), child: const Text("send code to email")), + onPressed: () => sendCode(), + child: const Text("send code to email")), TextFormField( // onFieldSubmitted: (value) => submitSignUp(), controller: codeCtrl,