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),
 | 
			
		||||
            ),
 | 
			
		||||
            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,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user