Compare commits

..

1 Commits

Author SHA1 Message Date
3a32e20d5f Add renovate.json 2024-09-11 14:17:59 +00:00
2 changed files with 4 additions and 2 deletions

View File

@ -322,8 +322,7 @@ 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,

3
renovate.json Normal file
View File

@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}