From a5e0b659b7612050fe7b005d245e080749665854 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 31 May 2025 23:46:42 +0200 Subject: [PATCH] Trying something that will probably never happen Signed-off-by: Nikolai Rodionov --- lib/components/login_form.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,