Trying something that will probably never happen

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-05-31 23:46:42 +02:00
parent 469381f595
commit a5e0b659b7

View File

@ -322,7 +322,8 @@ class _LoginFormState extends State<LoginForm> {
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,