Compare commits
1 Commits
main
...
renovate/c
Author | SHA1 | Date | |
---|---|---|---|
3a32e20d5f |
@ -322,8 +322,7 @@ class _LoginFormState extends State<LoginForm> {
|
|||||||
cursorRadius: const Radius.circular(10),
|
cursorRadius: const Radius.circular(10),
|
||||||
),
|
),
|
||||||
TextButton(
|
TextButton(
|
||||||
onPressed: () => sendCode(),
|
onPressed: () => sendCode(), child: const Text("send code to email")),
|
||||||
child: const Text("send code to email")),
|
|
||||||
TextFormField(
|
TextFormField(
|
||||||
// onFieldSubmitted: (value) => submitSignUp(),
|
// onFieldSubmitted: (value) => submitSignUp(),
|
||||||
controller: codeCtrl,
|
controller: codeCtrl,
|
||||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user