Trying something that will probably never happen
Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
@ -322,7 +322,8 @@ class _LoginFormState extends State<LoginForm> {
|
|||||||
cursorRadius: const Radius.circular(10),
|
cursorRadius: const Radius.circular(10),
|
||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () => sendCode(), child: const Text("send code to email")),
|
onPressed: () => sendCode(),
|
||||||
|
child: const Text("send code to email")),
|
||||||
TextFormField(
|
TextFormField(
|
||||||
// onFieldSubmitted: (value) => submitSignUp(),
|
// onFieldSubmitted: (value) => submitSignUp(),
|
||||||
controller: codeCtrl,
|
controller: codeCtrl,
|
||||||
|
Reference in New Issue
Block a user